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
selectors.SelectorKey
  • References/Python/Python/Inputouput

class selectors.SelectorKey A SelectorKey is a

2025-01-10 15:47:30
selectors.SelectorKey.events
  • References/Python/Python/Inputouput

events Events that must be waited for on this file object.

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

epoll.fromfd(fd) Create an epoll object from a given file descriptor.

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

epoll.fileno() Return the file descriptor number of the control fd.

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

coroutine AbstractEventLoop.run_in_executor(executor, func, *args) Arrange for a func to be called in the specified

2025-01-10 15:47:30
asyncio.Server
  • References/Python/Python/Inputouput

class asyncio.Server Server listening on sockets. Object created by the AbstractEventLoop

2025-01-10 15:47:30
selectors.SelectorKey.data
  • References/Python/Python/Inputouput

data Optional opaque data associated to this file object: for example, this could be used to store a per-client session ID.

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
selectors.BaseSelector.unregister()
  • References/Python/Python/Inputouput

abstractmethod unregister(fileobj) Unregister a file object from selection, removing it from monitoring. A file object shall

2025-01-10 15:47:30