You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(synopsis"An actor-model multi-core scheduler for OCaml 5")
(description "Riot is an actor-model multi-core scheduler for OCaml 5. It brings Erlang-style concurrency to the language, where lighweight process communicate via message passing")
(depends
(ocaml (>= "5.1"))
dune
(ptime (>= "1.1.0"))
(iomux (>= "0.3"))
(bigstringaf (>= "0.9.1"))
(uri (>= "4.4.0"))
(telemetry (>= "0.0.1"))
(odoc (and :with-doc (>= "2.2.2")))
)
(tags
(multicore erlang actor "message-passing" processes)))