selectors

selectors — High-level I/O multiplexing

New in version 3.4.

Source code: Lib/selectors.py

1. Introduction

This module allows high-level and efficient I/O multiplexing, built upon the select module primitives. Users are encouraged to use this module instead, unless they want precise control over the OS-level primitives used.

It defines a BaseSelector abstract base class, along with several concrete