Task scheduling based on thread pool. Getting parallel tasks for a given dependency graph (or task graph), which is a DAG, via topological sorting. Then put these tasks into thread pool.
-
Updated
Mar 21, 2017 - C++
Task scheduling based on thread pool. Getting parallel tasks for a given dependency graph (or task graph), which is a DAG, via topological sorting. Then put these tasks into thread pool.
Chunky will schedule out parallel runs of the same process for a single buffered channel.
Add a description, image, and links to the parellel-scheduling topic page so that developers can more easily learn about it.
To associate your repository with the parellel-scheduling topic, visit your repo's landing page and select "manage topics."