ocaml-multicore / picos

Interoperable effects based concurrency
https://ocaml-multicore.github.io/picos/doc/picos/index.html
ISC License
86 stars 3 forks source link

Fix to really try to use all threads #250

Closed polytypic closed 1 month ago

polytypic commented 1 month ago

While porting Kcas to Picos I replaced uses of domains with fibers spawned into a multithreaded scheduler and noticed that they didn't always manage to use all threads.