coroutine AbstractEventLoop.getaddrinfo(host, port, *, family=0, type=0, proto=0, flags=0) This method is a
AbstractEventLoop.stop() Stop running the event loop. This causes run_forever()
release() Release the underlying lock. When the lock is locked, reset it to unlocked, and return
class selectors.PollSelector
class asyncio.Handle A callback wrapper object returned by AbstractEventLoop.call_soon(), AbstractEventLoop
AbstractEventLoop.run_forever() Run until stop() is called. If stop() is called before run_forever()
asyncio.gather(*coros_or_futures, loop=None, return_exceptions=False) Return a future aggregating results from the given coroutine
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.create_task(coro) Schedule the execution of a
Page 12 of 28