| Lwt |
Module
Lwt: cooperative light-weight threads.
|
| Lwt_util |
Lists iterators
|
| Lwt_stream |
Data streams
|
| Lwt_sequence |
Mutable sequence of elements
|
| Lwt_monitor |
Monitors
|
| Lwt_mvar |
Mailbox variables
|
| Lwt_mutex | with_lock lock f is used to lock a mutex within a block
scope.
|
| Lwt_event |
Events utilities
|
| Lwt_signal |
Signals utilities
|
| Lwt_pool |
Creating pools (for example pools of connections to a database).
|
| Lwt_throttle |
Rate limiters
|
| Lwt_timeout |
set the default handler for exception occurring after a timeout.
|
| Lwt_unix |
Cooperative system calls
|
| Lwt_gc |
Interaction with the garbage collector
|
| Lwt_io |
Buffered byte channels
|
| Lwt_process |
Process management
|
| Lwt_main |
Main loop and event queue
|
| Lwt_preemptive |
This module allows to mix preemptive threads with
Lwt
cooperative threads.
|
| Lwt_lib |
Cooperative unix system calls
|
| Lwt_ssl |
Are we using an SSL socket?
|
| Pa_lwt |
Syntactic sugars for lwt
|