Provides a task graph description and scheduling framework. More...
Classes | |
class | ork::MultithreadScheduler |
A Scheduler that can use multiple threads. More... | |
class | ork::Scheduler |
An abstract scheduler, sorts and executes tasks with one or more threads. More... | |
class | ork::Task |
An abstract Task. More... | |
class | ork::TaskFactory |
An object that can create Task. More... | |
class | ork::TaskGraph |
A task made of several sub tasks that may depend on each other. More... |
Provides a task graph description and scheduling framework.