ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
529 stars 67 forks source link

Trace domain spawning #676

Closed talex5 closed 5 months ago

talex5 commented 5 months ago

This allows e.g. eio-trace to show a link between the spawning fiber and the spawned domain.

It also shows the time spent doing Domain.join.