gevent.select
– Waiting for I/O completion¶select
(rlist, wlist, xlist, timeout=None)¶An implementation of select.select()
that blocks only the current greenlet.
Note: xlist is ignored.
poll
¶Bases: object
An implementation of select.poll
that blocks only the current greenlet.
New in version 1.1b1.
Next page: Synchronization primitives