selectors — High-level I/O multiplexing — Python 3.14.7 documentation

docs.python.org

Tin mới

select — Waiting for I/O completion

signal — Set handlers for asynchronous events

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.

collections.namedtuple

A SelectorKey is a namedtuple used to associate a file object to its underlying file descriptor, selected event mask and attached data. It is returned by several BaseSelector methods.

collections.abc.Mapping

Return a mapping of file objects to selector keys.