UnixEventFd#
File-descriptor object to trigger select/poll/epoll/kqueue
Header: | #include <AUI/Platform/unix/UnixEventFd.h> |
CMake: | aui_link(my_target PUBLIC aui::core) |
Detailed Description#
On Linux implemented with eventfd. On FreeBSD/Apple implemented with pipes.