select — Waiting for I/O completion — Python 3.16.0a0 documentation

docs.python.org

Tin mới

ssl — TLS/SSL wrapper for socket objects

selectors — High-level I/O multiplexing

Python Module Index

3.16.0a0 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.