Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a092a61 commit 7eb1031Copy full SHA for 7eb1031
1 file changed
Doc/library/asyncio-eventloops.rst
@@ -87,7 +87,8 @@ Common limits of Windows event loops:
87
88
:class:`SelectorEventLoop` specific limits:
89
90
-- :class:`~selectors.SelectSelector` is used but it only supports sockets
+- :class:`~selectors.SelectSelector` is used which only supports sockets
91
+ and is limited to 512 sockets.
92
- :meth:`~BaseEventLoop.add_reader` and :meth:`~BaseEventLoop.add_writer` only
93
accept file descriptors of sockets
94
- Pipes are not supported
0 commit comments