class asyncio.Queue(maxsize=0, *, loop=None) A queue, useful for coordinating producer and consumer coroutines.
coroutine AbstractEventLoop.create_datagram_endpoint(protocol_factory, local_addr=None, remote_addr=None, *, family=0, proto=0, flags=0, reuse_address=None, reuse_port=None
stdin Standard input stream (
remove_done_callback(fn) Remove all instances of a callback from the “call when done” list. Returns
Asynchronous programming is different than classical “sequential” programming. This page lists common traps and explains how to avoid them. 1
devpoll.modify(fd[, eventmask]) This method does an unregister() followed by a register(). It is (a
class asyncio.PriorityQueue A subclass of Queue; retrieves entries in priority order (lowest first).
coroutine join() Block until all items in the queue have been gotten and processed. The count
class asyncio.BaseEventLoop This class is an implementation detail. It is a subclass of AbstractEventLoop and may
terminate() Ask the subprocess to stop, as in
Page 17 of 28