gevent.select
– Waiting for I/O completion¶error
¶Bases: exceptions.Exception
select
(rlist, wlist, xlist, timeout=None)¶An implementation of select.select()
that blocks only the current greenlet.
Note: xlist is ignored.
Next page: Synchronization primitives