AbstractEventLoop.close() Close the event loop. The loop must not be running. Pending callbacks will be lost.
terminate() Stop the child. On Posix OSs the method sends signal.SIGTERM to the child. On Windows the Win32 API
class selectors.KqueueSelector
asyncio.ensure_future(coro_or_future, *, loop=None) Schedule the execution of a coroutine object: wrap it in a
Page 28 of 28