AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
UnixEventFd Class Reference

File-descriptor object to trigger select/poll/epoll/kqueue. More...

#include <AUI/Platform/unix/UnixEventFd.h>

Public Member Functions#

void set () noexcept
 
void reset () noexcept
 
int handle () noexcept
 
- Public Member Functions inherited from aui::noncopyable
 noncopyable (const noncopyable &)=delete
 
noncopyableoperator= (const noncopyable &)=delete
 

Detailed Description

On Linux implemented with eventfd. On FreeBSD/Apple implemented with pipes.