AbstractEventLoop.time() Return the current time, as a
AbstractEventLoop.call_soon_threadsafe(callback, *args) Like call_soon(), but thread safe. See
class asyncio.Protocol The base class for implementing streaming protocols (for use with e.g. TCP and SSL transports).
write(data) Write some data bytes to the transport. This method does not block; it
kevent.data Filter specific data.
release() Release the underlying lock. When the lock is locked, reset it to unlocked, and return
write(data) Write some data bytes to the transport: see
asyncio.get_event_loop_policy() Get the current event loop policy.
class asyncio.BaseSubprocessTransport get_pid() Return the subprocess process
coroutine readline() Read one line, where “line” is a sequence of bytes ending with \n. If
Page 10 of 28