package ocplib-concur

  1. Overview
  2. Docs
Concurrent wrapper on top of Lwt and Async

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=a0651e7c36ba6a2a7463c28458c869c1

Description

This library helps you develop simple concurrent applications, using Lwt or Async, but with a much simpler interface. It features:

  • a simple client-server architecture
  • spawning processes and recovering results
  • timers to start functions specific times

Published: 04 May 2016

Dependencies (6)

  1. ocplib-endian
  2. lwt >= "2.3.2"
  3. base-unix
  4. ocp-build >= "1.99.14-beta"
  5. ocamlfind build
  6. ocaml >= "4.01.0" & < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts (2)

  1. async >= "v0.10.0"
  2. async < "111.25.0"