ocaml-multicore / eio

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

eio_posix and eio_windows: check for IO periodically #674

Closed talex5 closed 5 months ago

talex5 commented 5 months ago

These already had code to check periodically for timeouts, but forgot to check for IO at the same time.

Spotted while looking at eio-trace output. Before:

before

After:

after