tooomasy / cpp-taskflow

Cpp-Taskflow is a C++ library for managing and scheduling tasks that may be dependent on one another, represented as a DAG (directed acyclic graph). The library provides a simple and efficient way to express complex task dependencies and execute them in a highly concurrent and parallel manner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tooomasy/cpp-taskflow Stargazers