asyncio.get_event_loop_policy() Get the current event loop policy.
maxsize Number of items allowed in the queue.
close() Ask the subprocess to stop by calling the terminate() method if the subprocess hasn’t returned yet, and
coroutine acquire() Acquire a lock. This method blocks until the lock is unlocked, then sets
class selectors.EpollSelector
AbstractEventLoop.time() Return the current time, as a
AbstractEventLoop.call_soon_threadsafe(callback, *args) Like call_soon(), but thread safe. See
class asyncio.StreamWriter(transport, protocol, reader, loop) Wraps a Transport. This exposes
AbstractEventLoop.stop() Stop running the event loop. This causes run_forever()
coroutine AbstractEventLoop.sock_accept(sock) Accept a connection. Modeled after blocking
Page 7 of 28