asyncio.AbstractEventLoop.call_soon_threadsafe()
  • References/Python/Python/Inputouput

AbstractEventLoop.call_soon_threadsafe(callback, *args) Like call_soon(), but thread safe. See

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

class selectors.DefaultSelector The default selector class, using the most efficient implementation available on the current

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

coroutine AbstractEventLoop.connect_read_pipe(protocol_factory, pipe) Register read pipe in eventloop.

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

cancelled() Return True if the future was cancelled.

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

kqueue.closed True if the kqueue object is closed.

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

exception() Return the exception that was set on this future. The exception (or None

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

set() Set the internal flag to true. All coroutines waiting for it to become true are awakened. Coroutine that call

2025-01-10 15:47:30
select.kevent.fflags
  • References/Python/Python/Inputouput

kevent.fflags Filter specific flags. KQ_FILTER_READ and KQ_FILTER_WRITE

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

at_eof() Return True if the buffer is empty and feed_eof() was called.

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

select.devpoll() (Only supported on Solaris and derivatives.) Returns a /dev/poll polling object; see section /dev/poll

2025-01-10 15:47:30