AbstractEventLoop.remove_reader(fd) Stop watching the file descriptor for read availability.
coroutine wait() Wait for child process to terminate. Set and return returncode attribute. This
class asyncio.Condition(lock=None, *, loop=None) A Condition implementation, asynchronous equivalent to
stderr Standard error stream (
asyncio.run_coroutine_threadsafe(coro, loop) Submit a coroutine object to a given event loop.
AbstractEventLoop.remove_signal_handler(sig) Remove a handler for a signal. Return True
release() Release a semaphore, incrementing the internal counter by one. When it was zero on entry and another coroutine is
coroutine asyncio.start_server(client_connected_cb, host=None, port=None, *, loop=None, limit=None, **kwds) Start a socket server
coroutine readuntil(separator=b'n') Read data from the stream until separator is found. On
can_write_eof() Return
Page 20 of 28