MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / consumer_callback

Function consumer_callback

tests/test-scheduler-advanced-features.cpp:171–175  ·  view source on GitHub ↗

* @brief Consumer callback for status request waiting * * Represents tasks that wait for specific events before executing. * Used to test event-driven coordination and dependency management. */

Source from the content-addressed store, hash-verified

169 * Used to test event-driven coordination and dependency management.
170 */
171void consumer_callback() {
172 advanced_callback_counter++;
173 advanced_test_output.push_back("consumer_executed");
174 std::cout << "Consumer executed at " << millis() << "ms" << std::endl;
175}
176
177/**
178 * @brief First consumer callback for multi-consumer tests

Callers

nothing calls this directly

Calls 1

millisFunction · 0.85

Tested by

no test coverage detected