empty() Return True if the queue is empty, False otherwise.
set_transport(transport) Set the transport.
task_done() Indicate that a formerly enqueued task is complete. Used by queue consumers. For
data Optional opaque data associated to this file object: for example, this could be used to store a per-client session ID.
class asyncio.Task(coro, *, loop=None) Schedule the execution of a coroutine: wrap it in a future. A task is a
AbstractEventLoop.remove_writer(fd) Stop watching the file descriptor for write availability.
select.PIPE_BUF The minimum number of bytes which can be written without blocking to a pipe when the pipe has been reported
coroutine acquire() Acquire the underlying lock. This method blocks until the lock is unlocked
select.poll() (Not supported by all operating systems.) Returns a polling object, which supports registering and unregistering
epoll.modify(fd, eventmask) Modify a registered file descriptor.
Page 3 of 28