class asyncio.SelectorEventLoop Event loop based on the
fileno() This returns the file descriptor used by the underlying
resume_reading() Resume the receiving end. The protocol’s data_received() method will be called once again if some
abstractmethod register(fileobj, events, data=None) Register a file object for selection, monitoring it for I/O events.
kqueue.fromfd(fd) Create a kqueue object from a given file descriptor.
exception asyncio.LimitOverrunError Reached the buffer limit while looking for a separator.
@asyncio.coroutine Decorator to mark generator-based coroutines. This enables the generator use yield from to call
class asyncio.StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None) Trivial helper class to adapt between
terminate() Stop the child. On Posix OSs the method sends signal.SIGTERM to the child. On Windows the Win32 API
Page 24 of 28