Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.46 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.46 KB

Julio: Structured Concurrency for Julia

Dev

Julio is an implementation of structured concurrency for Julia. It is inspired by Trio and Curio.

It is built on top of Reagents.jl, a composable framework for nonblocking and synchronization algorithms influenced by Concurrent ML.

See more in the documentation.

Features