Thomasdezeeuw / gaea

Low-level library to build event driven applications, supporting lightweight non-blocking I/O.
https://docs.rs/gaea/
MIT License
16 stars 0 forks source link

Fix handling of EINTR in polling epoll #80

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

Found while prototyping with signal handling.

Thomasdezeeuw commented 5 years ago

I'm moving this to OsQueue swalling both WouldBlock and Interrupted.

Thomasdezeeuw commented 5 years ago

Closing in favour of #83.