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
Concurrent ML is a concurrency oriented programming language with lightweight threads, unbounded channels and selective communication: http://cml.cs.uchicago.edu/. OCaml has an implementation of concurrent ML that works for systhreads: https://ocaml.org/manual/5.1/api/Event.html.
The text was updated successfully, but these errors were encountered:
Concurrent ML is a concurrency oriented programming language with lightweight threads, unbounded channels and selective communication: http://cml.cs.uchicago.edu/. OCaml has an implementation of concurrent ML that works for systhreads: https://ocaml.org/manual/5.1/api/Event.html.
The text was updated successfully, but these errors were encountered: