AbstractEventLoop.is_running() Returns running status of event loop.
kevent.filter Name of the kernel filter.
coroutine AbstractEventLoop.sock_recv(sock, nbytes) Receive data from the socket. Modeled after blocking
kevent.fflags Filter specific flags. KQ_FILTER_READ and KQ_FILTER_WRITE
AbstractEventLoop.stop() Stop running the event loop. This causes run_forever()
AbstractEventLoop.call_soon(callback, *args) Arrange for a callback to be called as soon as possible. The callback is called
can_write_eof() Return
set() Set the internal flag to true. All coroutines waiting for it to become true are awakened. Coroutine that call
at_eof() Return True if the buffer is empty and feed_eof() was called.
result() Return the result this future represents. If the future has been cancelled, raises
Page 7 of 28