It is not sufficient just to pass this "current time" as parameter into the ActivityLang::dispatchChain(), since some Activities within this chain will essentially be long-running (think rendering); thus we need a real callback from within the chain. The obvious solution is to make this part of the Execution Context, which is an abstraction of the scheduler environment anyway |
||
|---|---|---|
| .. | ||
| activity-detector-test.cpp | ||
| activity-detector.hpp | ||
| block-flow-test.cpp | ||
| scheduler-activity-test.cpp | ||
| scheduler-commutator-test.cpp | ||
| scheduler-invocation-test.cpp | ||
| scheduler-usage-test.cpp | ||