When there was no true concurrency, only preemption, eio was safe. Not now, you can still clobber things.
Edit: i was wrong! Since at least 5.1 it catches the cross domain access and errors gracefully.
When there was no true concurrency, only preemption, eio was safe. Not now, you can still clobber things.
Edit: i was wrong! Since at least 5.1 it catches the cross domain access and errors gracefully.
Eio didn't exist before multicore OCaml actually, it was designed for it.