| cothread.coselect | index /dls_sw/prod/common/python/cothread/1-14/cothread/coselect.py |
Support for cooperative select functions. Replaces the functionality of
the standard select module.
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||
|
| ||||||||||||||||
| Functions | ||
| ||
| Data | ||
| POLLERR = 8 POLLEXTRA = 56 POLLHUP = 16 POLLIN = 1 POLLMSG = 1024 POLLNVAL = 32 POLLOUT = 4 POLLPRI = 2 POLLRDBAND = 128 POLLRDNORM = 64 POLLWRBAND = 512 POLLWRNORM = 256 __all__ = ['select', 'poll', 'poll_list', 'poll_block', 'SelectError', 'POLLIN', 'POLLPRI', 'POLLOUT', 'POLLERR', 'POLLHUP', 'POLLNVAL', 'POLLEXTRA', 'POLLRDNORM', 'POLLRDBAND', 'POLLWRNORM', 'POLLWRBAND', 'POLLMSG'] | ||