lwtversion

Cooperative threads and I/O in monadic style

Lwt provides typed, composable cooperative threads. These make it easy to run normally-blocking I/O operations concurrently in a single process. Also, in many cases, Lwt threads can interact without the need for locks or other synchronization primitives.

AuthorsJérôme Vouillon and Jérémie Dimino
LicenseLGPL with OpenSSL linking exception
Published
Homepagehttps://github.com/ocsigen/lwt
Issue Trackerhttp://github.com/ocsigen/lwt/issues
MaintainerAnton Bachin <antonbachin@yahoo.com>
Dependencies
Optional dependencies
Conflicts
Source [http] https://github.com/ocsigen/lwt/archive/2.6.0.tar.gz
md5=d2c6fc205220c66d6ebe148ac56b30cc
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/lwt/lwt.2.6.0/opam
Required by
Optionally used by