Prototype of Erlang style process/actor model library in OCaml
- See
debug/main.mlfor a runnable example
-
Uses
Eiounder the hood -
Not sure how to distribute tasks across domains - probably need upstream support from
Eio -
Eiofiber API is flexible enough to mimic selective receive with timeout (seeDistrproc.Selective.recv)