coroutine get() Remove and return an item from the queue. If queue is empty, wait until an item is available.
select.kqueue() (Only supported on BSD.) Returns a kernel queue object; see section Kqueue Objects below for the
get_extra_info(name, default=None) Return optional transport information: see
qsize() Number of items in the queue.
AbstractEventLoop.set_default_executor(executor) Set the default executor used by run_in_executor().
get_event_loop() Get the event loop for the current context. Returns an event loop object implementing
coroutine AbstractEventLoop.create_server(protocol_factory, host=None, port=None, *, family=socket.AF_UNSPEC, flags=socket.AI_PASSIVE, sock=None, backlog=100, ssl=None
coroutine asyncio.wait_for(fut, timeout, *, loop=None) Wait for the single Future or coroutine object
poll.register(fd[, eventmask]) Register a file descriptor with the polling object. Future calls to the poll() method
AbstractEventLoop.add_reader(fd, callback, *args) Start watching the file descriptor for read availability and then call the
Page 19 of 28