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

Function consumer2_callback

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

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

Source from the content-addressed store, hash-verified

186 * @brief Second consumer callback for multi-consumer tests
187 */
188void consumer2_callback() {
189 advanced_callback_counter++;
190 advanced_test_output.push_back("consumer2_executed");
191}
192
193/**
194 * @brief Third consumer callback for multi-consumer tests

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected