This file contains Task comparison function declarations that will decide the Task scheduling policy. More...
#include "Task.hpp"
Go to the source code of this file.
Typedefs | |
typedef bool(* | mermaid::support::activeobject::TaskSchedulerPolicy )(shared_ptr< Task >, shared_ptr< Task >) |
Policy function. | |
Functions | |
bool | mermaid::support::activeobject::earliestFirst (shared_ptr< Task > t1, shared_ptr< Task > t2) |
This file contains Task comparison function declarations that will decide the Task scheduling policy.
Definition in file TaskSchedulerPolicy.hpp.