coroutine library for Python async/await
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.python.org/pypi/curio
