FdPoller

Uses the linux poll syscall to wait for activity on the file descriptors.

Members

Functions

put
void put(FdPoll fd, PollEvent[] evs)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(FdPoll fd)
Undocumented in source. Be warned that the author may not have intended to support it.
wait
PollResult[] wait(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta