AbstractEventLoop.create_future() Create an
coroutine asyncio.wait_for(fut, timeout, *, loop=None) Wait for the single Future or coroutine object
coroutine asyncio.create_subprocess_exec(*args, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) Create
cancel() Request that this task cancel itself. This arranges for a
pause_reading() Pause the receiving end of the transport. No data will be passed to the protocol’s data_received()
new_event_loop() Create and return a new event loop object according to this policy’s rules. If
coroutine wait() Wait for child process to terminate. Set and return returncode attribute. This
kqueue.close() Close the control file descriptor of the kqueue object.
AbstractEventLoop.default_exception_handler(context) Default exception handler. This is called
abstractmethod select(timeout=None) Wait until some registered file objects become ready, or the timeout expires.
Page 22 of 28