NAME

xpoll - I/O event notification facility for xio socket

SYNOPSIS

#include <xio/poll.h>

DESCRIPTION

xpoll is a variant of epoll(2) that scales well to large numbers of watched xsocket descriptors. The following xio calls are provided to create and manage an xpoll instance:

APIs

Following APIs are exported by xio poll:

Create an xpoll instance

xpoll_create(3)

Close a xpoll instance

xpoll_close(3)

Control interface for an xpoll instance

xpoll_ctl(3)

Wait for an I/O event on an xpoll instance

xpoll_wait(3)

SEE ALSO

xpoll_create(3) xpoll_close(3) xpoll_ctl(3) xpoll_wait(3) xio(7)

AUTHORS

Dong Fang <yp.fangdong@gmail.com>
Martin Sustrik <sustrik@250bpm.com>