Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 446 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 446 Bytes

Taro is an open-source asynchronous task graph programming system using C++ Coroutine. Taro allows you to write coroutines in a task graph while abstracting away complex coroutine management. It also introduces a coroutine-aware work-stealing algorithm to support the programming model while minimizing CPU migration overhead. See wiki for more details.