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

Function callback_3

tests/test-scheduler-basic-thorough.cpp:210–213  ·  view source on GitHub ↗

* @brief Third test callback for complex scenarios * * Additional callback for testing multiple task coordination. */

Source from the content-addressed store, hash-verified

208 * Additional callback for testing multiple task coordination.
209 */
210void callback_3() {
211 callback_counter++;
212 test_output.push_back("callback_3");
213}
214
215/**
216 * @brief Multi-step callback for yield testing - step 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected