select — Waiting for I/O completion — Python 3.14.7 documentation

docs.python.org

Tin mới

ssl — TLS/SSL wrapper for socket objects

selectors — High-level I/O multiplexing

Python Module Index

3.14.7 Documentation

The Python Standard Library

Networking and Interprocess Communication

WebAssembly platforms

This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information.

os.set_inheritable()

Deprecated since version 3.4: The flags parameter. select.EPOLL_CLOEXEC is used by default now. Use os.set_inheritable() to make the file descriptor inheritable.