coroutine AbstractEventLoop.run_in_executor(executor, func, *args) Arrange for a func to be called in the specified
notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all
Protocol.data_received(data) Called when some data is received. data is a non-empty bytes object containing the incoming
empty() Return True if the queue is empty, False otherwise.
DatagramTransport.sendto(data, addr=None) Send the data bytes to the remote peer given by addr (a transport-dependent
stdout Standard output stream (
SubprocessProtocol.pipe_connection_lost(fd, exc) Called when one of the pipes communicating with the child process is closed
asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().
epoll.closed True if the epoll object is closed.
coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.
Page 4 of 28