exception asyncio.QueueFull Exception raised when the put_nowait() method is called on a Queue object
AbstractEventLoop.add_reader(fd, callback, *args) Start watching the file descriptor for read availability and then call the
coroutine AbstractEventLoop.create_server(protocol_factory, host=None, port=None, *, family=socket.AF_UNSPEC, flags=socket.AI_PASSIVE, sock=None, backlog=100, ssl=None
get_pid() Return the subprocess process id as an integer.
coroutine asyncio.create_subprocess_exec(*args, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) Create
devpoll.fileno() Return the file descriptor number of the polling object.
select.kqueue() (Only supported on BSD.) Returns a kernel queue object; see section Kqueue Objects below for the
AbstractEventLoop.default_exception_handler(context) Default exception handler. This is called
coroutine AbstractEventLoop.sock_connect(sock, address) Connect to a remote socket at address. Modeled after blocking
class asyncio.ReadTransport Interface for read-only transports.
Page 20 of 28