class selectors.SelectSelector
is_set() Return True if and only if the internal flag is true.
coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.
notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all
get_pipe_transport(fd) Return the transport for the communication pipe corresponding to the integer file descriptor fd:
devpoll.close() Close the file descriptor of the polling object.
asyncio.as_completed(fs, *, loop=None, timeout=None) Return an iterator whose values, when waited for, are Future
writelines(data) Write a list (or any iterable) of data bytes to the transport: see
epoll.closed True if the epoll object is closed.
set_transport(transport) Set the transport.
Page 1 of 28