Previous topic

cogen.core.proactors.base

Next topic

cogen.core.pubsub

This Page

Quick search

Enter search terms or a module, class or function name.

cogen.core.proactors.select_impl

class cogen.core.proactors.select_impl.SelectProactor(scheduler, resolution, **options)

Bases: cogen.core.proactors.base.ProactorBase

run(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.