Comment on A brief introduction to OCamlComments−ode11yHow does concurrency in OCaml compare to Go, Clojure, Rust, etc?Thanks−mercurial11yConcurrency is not built-in, you can get monadic concurrency from libraries (either lwt or Async). There is no parallelism support yet, but multicore support should be there by the end of the year.−steveklabnik11yYou might be interested in this thread: https://news.ycombinator.com/item?id=9582980
Comments
How does concurrency in OCaml compare to Go, Clojure, Rust, etc?
Thanks
Concurrency is not built-in, you can get monadic concurrency from libraries (either lwt or Async). There is no parallelism support yet, but multicore support should be there by the end of the year.
You might be interested in this thread: https://news.ycombinator.com/item?id=9582980