py-curio-1.6

coroutine library for Python async/await

Index | devel

Description

Curio is a coroutine-based library for concurrent Python systems
programming using async/await.  It provides standard programming
abstractions such as as tasks, sockets, files, locks, and queues
as well as some advanced features such as support for structured
concurrency.