All Projects → rgrinberg → Async Mvar

rgrinberg / Async Mvar

Port of Lwt_mvar to Async

Programming Languages

ocaml
1615 projects

async-mvar

async_mvar provides a single module - Async_mvar. This module is analagous is a port of Lwt's Lwt_mvar. The main difference is that Async_mvar doesn't support cancelling puts. This is because async's deferred do not support native cancelling like Lwt's threads.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].