Package : ocaml-lwt

Package details

Summary: Cooperative light-weight thread library for OCaml

Description:
Lwt is a lightweight thread library for OCaml.
This library of cooperative threads is 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.
This library is part of the Ocsigen project.


URL: http://ocsigen.org/lwt/
License: LGPLv2+ with exceptions

Maintainer: nobody

List of RPMs