Lwt_util |
Concurrency
|
Lwt_preemptive |
This module allows to mix preemptive threads with
Lwt
cooperative threads.
|
Lwt_pool |
Creating pools (for example pools of connections to a database).
|
Lwt_ssl |
Are we using an SSL socket?
|
Lwt |
Module
Lwt : cooperative light-weight threads.
|
Lwt_unix |
Module
Lwt_unix : thread-compatible system calls
|
Lwt_lib |
Cooperative getaddrinfo with cache (using Lwt_preemptive.detach)
|
Lwt_chan |
Module
Lwt_chan : cooperative, Pervasives -like, I/O functions
|
Pqueue | |
Lwt_timeout |
set the default handler for exception occurring after a timeout.
|
Lwt_mutex |