Module: cogen.core.reactors

Network polling code.

Classes

EpollReactor

KQueueReactor

ReactorBase

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

SelectReactor