Home | Trees | Indices | Help |
---|
|
object --+ | BasePoller --+ | SelectPoller
Implementation of select, available on most platforms as a fallback.
Roughly equivalent performance to using asyncore
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Must be implemented by subclasses to execute a single iteration of the event loop. Based on the outcome of the events, the following actions MUST be performed * process_readables is called with a list of file descriptors which have data available for reading * process_writables is called with a list of file descriptors which have data available for writing
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jun 29 08:51:24 2017 | http://epydoc.sourceforge.net |