ocaml-multicore / eio

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

eio_linux: add work-around for signals race #734

Closed talex5 closed 1 month ago

talex5 commented 1 month ago

This is a quick fix for https://github.com/ocaml-multicore/eio/issues/732.

A proper fix would be quite involved and I'd like to get feedback from the OCaml devs about fixing it upstream first, but this work-around fixes the regression relative to Eio 1.0, which should be enough to make a new release.