ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
548 stars 66 forks source link

Invalidate file descriptor on POLLNVAL #573

Closed quernd closed 1 year ago

quernd commented 1 year ago

This is an attempt at fixing #572 by handling POLLNVAL events. I'm not sure though if this is enough or more work is needed to make sure that we don't even poll file descriptors after we close them.

quernd commented 1 year ago

Closing in favor of #574.