libnproc-ocaml-dev

Process pool implementation for ocaml
  https://github.com/MyLifeLabs/nproc
  0
  no reviews



Nproc is a process pool implementation for ocaml. a process pool is a fixed set of processes that perform arbitrary computations for a master process, in parallel and without blocking the master. master and workers communicate by message-passing. nproc relies on fork, pipes, marshal and lwt.

this package contains the development modules you need to use nproc in your programs.