ustream: prevent recursive calls to the read callback
[project/libubox.git] / uloop-kqueue.c
2023-11-28 Felix Fietkauuloop: fix build using C++ compilers
2023-11-02 Jo-Philipp Wichuloop: add support for interval timers
2023-05-23 Felix Fietkauuloop: add support for integrating with a different...
2016-06-15 Yousong Zhouuloop: use a waker for notifying sigchld and loop cance...
2016-05-19 Felix Fietkauuloop: revert signalfd support for now
2016-05-17 Felix Fietkauuloop: try to use signalfd for signal handling if available
2016-05-17 Felix Fietkauuloop: move kqueue code into a separate file