...attempt to get this intricate state machine sorted out Notification turned out quite tricky, since it may emanate from a concurrently executed phase and we try to avoid having to protect the gate directly with a lock; rather we re-dispatch the notification through the queue, which indirectly also ensures that the worker de-queuing the NOTIFY-Activity operates in management mode (single threaded, holding the GroomingToken) |
||
|---|---|---|
| .. | ||
| 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 | ||