selectors — I/O Multiplexing Abstractions — PyMOTW 3

The selectors module provides a platform-independent abstraction layer on top of the platform-specific I/O monitoring functions in select .

Read more…

This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.