asyncio.gather(*coros_or_futures, loop=None, return_exceptions=False) Return a future aggregating results from the given coroutine
coroutine put(item) Put an item into the queue. If the queue is full, wait until a free slot is available before adding item
AbstractEventLoop.run_forever() Run until stop() is called. If stop() is called before run_forever()
close(self) Close the transport. If the transport has a buffer for outgoing data, buffered data will be flushed asynchronously
abstractmethod get_map() Return a mapping of file objects to selector keys. This returns a
class asyncio.ProactorEventLoop Proactor event loop for Windows using “I/O Completion Ports” aka IOCP. Subclass of
AbstractEventLoop.get_exception_handler() Return the exception handler, or None if the default one is in use.
coroutine asyncio.create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) Run the
transport Transport.
kqueue.control(changelist, max_events[, timeout=None]) → eventlist Low level interface to kevent
Page 14 of 28