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

Consider adding support for signals #34

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

Kqueue supports signals with the same API and Linux has signalfd.

Thomasdezeeuw commented 5 years ago

Someone had toughs on signalfd: https://ldpreload.com/blog/signalfd-is-useless?reposted-on-request, https://news.ycombinator.com/item?id=9564975, https://news.ycombinator.com/item?id=14207911.

Thomasdezeeuw commented 5 years ago

Finally a pr #82.