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

Function waiter3_callback

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

* @brief Callback for waiter task 3 in coordination scenarios */

Source from the content-addressed store, hash-verified

266 * @brief Callback for waiter task 3 in coordination scenarios
267 */
268void waiter3_callback() {
269 advanced_callback_counter++;
270 advanced_test_output.push_back("waiter3_executed");
271}
272
273/**
274 * @brief Callback for TASK_INTERVAL timing test - simulates long-running task

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected