write_eof() Close the write end of the transport after flushing buffered data: see
Protocol.data_received(data) Called when some data is received. data is a non-empty bytes object containing the incoming
asyncio.set_event_loop(loop) Equivalent to calling get_event_loop_policy().set_event_loop(loop).
is_set() Return True if and only if the internal flag is true.
sockets List of
asyncio.get_event_loop() Equivalent to calling get_event_loop_policy().get_event_loop().
events Events that must be waited for on this file object.
coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.
notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all
asyncio.as_completed(fs, *, loop=None, timeout=None) Return an iterator whose values, when waited for, are Future
Page 4 of 28