cogen.core.proactors.select_impl

Methods

Class: cogen.core.proactors.select_impl.SelectProactor

Methods

__init__ (self, scheduler, resolution, **options)

__len__ (self)

run (self, timeout=0)

Run a proactor loop and return new socket events. Timeout is a timedelta object, 0 if active coros or None.

select timeout param is a float number of seconds.