package lwt
lwt 4.5.0
Libraries
This package provides the following libraries (via dune):
lwt
Documentation:
Lwt
Asynchronous programming with promises.Lwt_condition
ConditionsLwt_list
List helpersLwt_mutex
Cooperative locks for mutual exclusionLwt_mvar
Mailbox variablesLwt_pool
External resource pools.Lwt_pqueue
Functional priority queues (deprecated).Lwt_result
Explicit error handlingLwt_sequence
Mutable sequence of elements (deprecated)Lwt_stream
Data streamsLwt_switch
Lwt switches
Dependencies: bytes, result, seq
lwt.unix
Documentation:
Lwt_bytes
Byte arraysLwt_config
Lwt_engine
Lwt unix main loop engineLwt_features
Lwt_fmt
Format API for Lwt-powered IOsLwt_gc
Interaction with the garbage collectorLwt_io
Buffered byte channelsLwt_main
Main loop and event queueLwt_preemptive
This module allows to mix preemptive threads withLwt
cooperative threads. It maintains an extensible pool of preemptive threads to which you can detach computations.Lwt_process
Process managementLwt_sys
System informations.Lwt_throttle
Rate limiters.Lwt_timeout
Cancelable timeouts.Lwt_unix
Cooperative system calls
Dependencies: bigarray, lwt, mmap, ocplib-endian.bigstring, threads, unix