2

asyncio

 3 years ago
source link: https://docs.python.org/3/library/asyncio.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

asyncio — Asynchronous I/O


asyncio is a library to write concurrent code using the async/await syntax.

asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance network and web-servers, database connection libraries, distributed task queues, etc.

asyncio is often a perfect fit for IO-bound and high-level structured network code.

asyncio provides a set of high-level APIs to:

Additionally, there are low-level APIs for library and framework developers to:

Reference

The source code for asyncio can be found in Lib/asyncio/.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK