Epoll.ctlT

Undocumented in source.

Members

Functions

ctl
int ctl(CtlOp op, int fd, Event events, typeof(epoll_event_t.data.tupleof[i]) data)

Calls epoll_ctl() using the current epoll file descriptor to modify the registration of fd for events with data as user data.

Mixins

__anonymous
mixin ctlT!(i + 1)
Undocumented in source.

Meta