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

Function consumer3_callback

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

* @brief Third consumer callback for multi-consumer tests */

Source from the content-addressed store, hash-verified

194 * @brief Third consumer callback for multi-consumer tests
195 */
196void consumer3_callback() {
197 advanced_callback_counter++;
198 advanced_test_output.push_back("consumer3_executed");
199}
200
201/**
202 * @brief Timeout-sensitive callback for deadline testing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected