Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 550 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 550 Bytes

One Ring

NOTE: This project was never intended for production use; it serves as an experiment to discover the most suitable interface for CSP on top of AsyncIO and to demonstrate its functionality.

The main purpose of this library is to facilitate concurrent programming with Asyncio, to achieve this purpose it will give you basic tools of CSP (like channel and select), structured concurrency and of course some sugars for Asyncio.

You can see some samples here.