Platform Support — Python 3.16.0a0 documentation

docs.python.org

Tin mới

Transports and Protocols

Python Module Index

3.16.0a0 Documentation

The Python Standard Library

Networking and Interprocess Communication

asyncio — Asynchronous I/O

asyncio.loop.add_reader

loop.add_reader() and loop.add_writer() cannot be used to monitor file I/O.

selectors.SelectSelector

SelectSelector is used to wait on socket events: it supports sockets and is limited to 512 sockets.