class asyncio.SelectorEventLoop
Event loop based on the selectors
module. Subclass of AbstractEventLoop
.
Use the most efficient selector available on the platform.
On Windows, only sockets are supported (ex: pipes are not supported): see the MSDN documentation of select.
Please login to continue.