class asyncio.SelectorEventLoop Event loop based on the
class asyncio.StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None) Trivial helper class to adapt between
AbstractEventLoop.close() Close the event loop. The loop must not be running. Pending callbacks will be lost.
get_write_buffer_limits() Get the high- and low-water limits for write flow control. Return a tuple (low
put_nowait(item) Put an item into the queue without blocking. If no free slot is immediately
coroutine read(n=-1) Read up to n bytes. If n is not provided, or set to -1, read until EOF and
SubprocessProtocol.pipe_data_received(fd, data) Called when the child process writes data into its stdout or stderr pipe. fd
@asyncio.coroutine Decorator to mark generator-based coroutines. This enables the generator use yield from to call
class selectors.BaseSelector A BaseSelector is used to wait for I/O event readiness on multiple file objects. It
coroutine AbstractEventLoop.create_unix_connection(protocol_factory, path, *, ssl=None, sock=None, server_hostname=None) Create
Page 25 of 28