epoll.closed True if the epoll object is closed.
class asyncio.Lock(*, loop=None) Primitive lock objects. A primitive lock is a synchronization
set_transport(transport) Set the transport.
class asyncio.Task(coro, *, loop=None) Schedule the execution of a coroutine: wrap it in a future. A task is a
class selectors.SelectSelector
notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all
sockets List of
asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().
task_done() Indicate that a formerly enqueued task is complete. Used by queue consumers. For
kevent.flags Filter action.
Page 3 of 28