robur-coop / miou

A simple scheduler for OCaml 5
https://docs.osau.re/miou/index.html
MIT License
91 stars 6 forks source link

Set the output pipe as a non-block fd and catch EAGAIN when we write into it #28

Closed dinosaure closed 3 months ago

dinosaure commented 3 months ago

/cc @haesbaert this is my first try to fix the pipe used to interrupt a domain. WDYT?