task_done() Indicate that a formerly enqueued task is complete. Used by queue consumers. For
write_eof() Close the write end of the transport after flushing buffered data: see
class asyncio.WriteTransport Interface for write-only transports. abort()
asyncio.get_event_loop() Equivalent to calling get_event_loop_policy().get_event_loop().
class asyncio.Task(coro, *, loop=None) Schedule the execution of a coroutine: wrap it in a future. A task is a
events Events that must be waited for on this file object.
get_pipe_transport(fd) Return the transport for the communication pipe corresponding to the integer file descriptor fd:
select.PIPE_BUF The minimum number of bytes which can be written without blocking to a pipe when the pipe has been reported
AbstractEventLoop.remove_writer(fd) Stop watching the file descriptor for write availability.
asyncio.set_event_loop(loop) Equivalent to calling get_event_loop_policy().set_event_loop(loop).
Page 5 of 28