coroutine AbstractEventLoop.subprocess_shell(protocol_factory, cmd, *, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
epoll.closed True if the epoll object is closed.
notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all
sockets List of
asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().
asyncio.set_event_loop(loop) Equivalent to calling get_event_loop_policy().set_event_loop(loop).
coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.
class selectors.SelectorKey A SelectorKey is a
data Optional opaque data associated to this file object: for example, this could be used to store a per-client session ID.
select.poll() (Not supported by all operating systems.) Returns a polling object, which supports registering and unregistering
Page 1 of 28