asyncio
asyncio — Asynchronous I/O, event loop, coroutines and tasks
New in version 3.4.
Source code: Lib/asyncio/
Note
The asyncio package has been included in the standard library on a provisional basis. Backwards incompatible changes (up to and including removal of the module) may occur if deemed necessary by the core developers.
This module provides infrastructure for writing single-thr