selectors.SelectSelector
  • References/Python/Python/Inputouput

class selectors.SelectSelector

2025-01-10 15:47:30
asyncio.Event.is_set()
  • References/Python/Python/Inputouput

is_set() Return True if and only if the internal flag is true.

2025-01-10 15:47:30
asyncio.AbstractEventLoop.connect_write_pipe()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.

2025-01-10 15:47:30
asyncio.Condition.notify_all()
  • References/Python/Python/Inputouput

notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all

2025-01-10 15:47:30
asyncio.BaseSubprocessTransport.get_pipe_transport()
  • References/Python/Python/Inputouput

get_pipe_transport(fd) Return the transport for the communication pipe corresponding to the integer file descriptor fd:

2025-01-10 15:47:30
select.devpoll.close()
  • References/Python/Python/Inputouput

devpoll.close() Close the file descriptor of the polling object.

2025-01-10 15:47:30
asyncio.as_completed()
  • References/Python/Python/Inputouput

asyncio.as_completed(fs, *, loop=None, timeout=None) Return an iterator whose values, when waited for, are Future

2025-01-10 15:47:30
asyncio.StreamWriter.writelines()
  • References/Python/Python/Inputouput

writelines(data) Write a list (or any iterable) of data bytes to the transport: see

2025-01-10 15:47:30
select.epoll.closed
  • References/Python/Python/Inputouput

epoll.closed True if the epoll object is closed.

2025-01-10 15:47:30
asyncio.StreamReader.set_transport()
  • References/Python/Python/Inputouput

set_transport(transport) Set the transport.

2025-01-10 15:47:30