class asyncio.subprocess.Process A subprocess created by the create_subprocess_exec() or the create_subp
DatagramProtocol.error_received(exc) Called when a previous send or receive operation raises an
AbstractEventLoop.create_task(coro) Schedule the execution of a
coroutine asyncio.open_connection(host=None, port=None, *, loop=None, limit=None, **kwds) A wrapper for
AbstractEventLoop.get_exception_handler() Return the exception handler, or None if the default one is in use.
SubprocessProtocol.process_exited() Called when the child process has exited.
kill() Kills the child. On Posix OSs the function sends SIGKILL to the child. On Windows kill() is
remove_done_callback(fn) Remove all instances of a callback from the “call when done” list. Returns
done() Return True if the future is done. Done means either that a result / exception are available
BaseProtocol.connection_made(transport) Called when a connection is made. The transport
Page 15 of 28