Version 2.1.0
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
The core library (lwt package) contains the Lwt module, which definescooperative threads with all the primitives to manipulate them. Italso provides several general purpose modules, which do not depend onany external package.
| Lwt | Module Lwt: cooperative light-weight threads. |
| Lwt_condition | Conditions |
| Lwt_list | List helpers |
| Lwt_mutex | Cooperative locks for mutual exclusion |
| Lwt_mvar | Mailbox variables |
| Lwt_pool | Creating pools (for example pools of connections to a database). |
| Lwt_sequence | Mutable sequence of elements |
| Lwt_stream | Data streams |