lumiera_/tests/vault/gear
Ichthyostega b61ca94ee5 Scheduler: rectify λ-post API
...to bring it more in line with all the other calls dealing with Activity*
...allows also to harmonise the ActivityLang::dispatchChain()
...and to compose the calls in Scheduler directly

NOTE: there is a twist: our string-formatting helper did not render
custom string conversions for objects passed as pointer. This was a
long standing problem, caused by ambiguous templates overloads;
now I've attempted to solve it one level more down, in util::StringConv.
This solution may turn out brittle, since we need to exclude any direct
string conversion, most notably the ones for C-Strings (const char*)

In case this solution turns out unsustainable, please feel free
to revert this API change, and return to passing Activity& in λ-post,
because in the end this is cosmetics.
2023-10-23 01:48:46 +02:00
..
activity-detector-test.cpp Scheduler: rectify λ-post API 2023-10-23 01:48:46 +02:00
activity-detector.hpp Scheduler: rectify λ-post API 2023-10-23 01:48:46 +02:00
block-flow-test.cpp Library: switch Microbenchmark setup to C++17 threads 2023-09-24 18:07:28 +02:00
scheduler-activity-test.cpp Scheduler: rectify λ-post API 2023-10-23 01:48:46 +02:00
scheduler-commutator-test.cpp Scheduler: control structure for the worker-functor 2023-10-22 23:25:35 +02:00
scheduler-invocation-test.cpp Scheduler: Layer-1 complete and tested 2023-10-17 04:35:58 +02:00
scheduler-load-control-test.cpp Scheduler: devise scheme for load control 2023-10-22 16:45:13 +02:00
scheduler-service-test.cpp Scheduler: devise scheme for load control 2023-10-22 16:45:13 +02:00
scheduler-stress-test.cpp Scheduler: plan for integration 2023-10-20 00:59:50 +02:00
scheduler-usage-test.cpp Scheduler: plan for integration 2023-10-20 00:59:50 +02:00
work-force-test.cpp Scheduler: rectify λ-post API 2023-10-23 01:48:46 +02:00