License : Boost License 1.0 Authors : Adil Baig (github.com/adilbaig)
core.sys.linux.epoll
D header file to interface with the Linux epoll API (http://man7.org/linux/man-pages/man7/epoll.7.html). Available since Linux 2.6
Copyright
Copyright Adil Baig 2012.
Types 1
unionepoll_data_t
Fields
void *ptr ptrint fduint u32ulong u64Functions 5
fn
int epoll_wait(int epfd, epoll_event * events, int maxevents, int timeout)Wait for events on an epoll instance.fn
int epoll_pwait(int epfd, epoll_event * events, int maxevents, int timeout,
const sigset_t * ss)Wait for events on an epoll instance