coroutine wait() Wait for child process to terminate. Set and return returncode attribute. This
AbstractEventLoop.create_future() Create an
asyncio.async(coro_or_future, *, loop=None) A deprecated alias to ensure_future().
class asyncio.BaseEventLoop This class is an implementation detail. It is a subclass of AbstractEventLoop and may
kevent.udata User defined value.
new_event_loop() Create and return a new event loop object according to this policy’s rules. If
AbstractEventLoop.remove_signal_handler(sig) Remove a handler for a signal. Return True
AbstractEventLoop.remove_reader(fd) Stop watching the file descriptor for read availability.
exception asyncio.QueueEmpty Exception raised when the get_nowait() method is called on a Queue object
exception asyncio.QueueFull Exception raised when the put_nowait() method is called on a Queue object
Page 19 of 28