coroutine readuntil(separator=b'n') Read data from the stream until separator is found. On
set_exception(exc) Set the exception.
AbstractEventLoop.remove_signal_handler(sig) Remove a handler for a signal. Return True
get_pid() Return the subprocess process id as an integer.
get_event_loop() Get the event loop for the current context. Returns an event loop object implementing
feed_eof() Acknowledge the EOF.
poll.register(fd[, eventmask]) Register a file descriptor with the polling object. Future calls to the poll() method
select.epoll(sizehint=-1, flags=0) (Only supported on Linux 2.5.44 and newer.) Return an edge polling object, which can be used
kevent.udata User defined value.
class asyncio.Condition(lock=None, *, loop=None) A Condition implementation, asynchronous equivalent to
Page 21 of 28