Module Index
cogen
cogen.common
cogen.core
cogen.core.coroutine
cogen.core.events
cogen.core.pollers
cogen.core.queue
cogen.core.schedulers
cogen.core.sockets
cogen.core.util
cogen.web
cogen.web.async
cogen.web.wsgi
Classes
EpollPoller
KQueuePoller
Poller
SelectPoller
Module: cogen.core.pollers
Network polling code.
Top
View source
Classes
EpollPoller
Top
Details
View source
KQueuePoller
Top
Details
View source
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.
Top
Details
View source
SelectPoller
Top
Details
View source