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

Add Signals #82

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

For platforms that support kqueue it uses the EVFILT_SIGNAL event filter. On Linux it uses signalfd.

Removes mention of signalfd in OsQueue documentation.

Closes #34.

Thomasdezeeuw commented 5 years ago

TODO:

Thomasdezeeuw commented 5 years ago

Continue signal on Linux doesn't work...