lwt: Lightweight thread library for Objective Caml
Lwt is a library of cooperative threads implemented in monadic style. With respect to preemptive threads, cooperative threads are not using a scheduler to distribute processor time between threads. Instead of this, each thread must tell the others that he wants to let them work.
| Versions: | 2.2.1, 2.3.0, 2.3.2, 2.4.0, 2.4.1, 2.4.2* |
|---|---|
| Homepage: | http://ocsigen.org/lwt/ |
| Build Depends: | unix, threads, react (opt.), camlp4.quotations.o, camlp4.extend, camlp4, bigarray |
| Build Tools: | ocamldoc (opt.), ocamlbuild |
| Provide Tools: | test_core (opt.), test_unix (opt.), test_react (opt.), test_preemptive (opt.) |
| Provide Findlibs: | lwt, lwt.unix, lwt.simple-top, lwt.preemptive, lwt.extra, lwt.syntax, lwt.syntax.options, lwt.syntax.log, test (opt.) |
| License: | LGPL-2.1 with OCaml linking exception |
| Authors: | Jérôme Vouillon, Vincent Balat, Nataliya Guts, Pierre Clairambault, Stéphane Glondu, Jérémie Dimino, Warren Harris, Pierre Chambart, Mauricio Fernandez |
| Source repository: | darcs get http://ocsigen.org/darcs/lwt (browse) |
| Upload date: | 2012-09-28 16:48:54 |
| Upload method: | web by Hezekiah Carty |
| Downloads: | lwt-2.4.2.tar.gz, lwt-2.4.2.tar.gz (backup) |
| Install: | apt-get install TODO |
| Rating: |
- Package page
- Start monitor
- Edit
- Derive v2.4.2oasis1
- Remove
- Rate this package


Comment:
Hi Ashish.