Module: pollers

Classes

EpollPoller

KQueuePoller

Poller

A poller just checks if there are ready-sockets for the operations. The operations are not done here, they are done in the socket ops instances.

SelectPoller