gevent.select

exception gevent.select.error
gevent.select.select(rlist, wlist, xlist, timeout=None)

An implementation of select.select() that blocks only the current greenlet.

Note: xlist is ignored.

Previous topic

Networking interfaces

Next topic

Synchronization primitives