ad55df6cad
Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun. WWW: https://github.com/dabeaz/curio
6 lines
298 B
Text
6 lines
298 B
Text
Curio is a coroutine-based library for concurrent Python systems programming. It
|
|
provides standard programming abstractions such as as tasks, sockets, files,
|
|
locks, and queues. It works on Unix and Windows. You'll find it to be familiar,
|
|
small, fast, and fun.
|
|
|
|
WWW: https://github.com/dabeaz/curio
|