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

Function multi_step_callback_3

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

* @brief Multi-step callback for yield testing - step 3 * * Third phase of multi-step processing for callback switching tests. */

Source from the content-addressed store, hash-verified

236 * Third phase of multi-step processing for callback switching tests.
237 */
238void multi_step_callback_3() {
239 test_output.push_back("step_3");
240}
241
242/**
243 * @brief Callback function for yield test

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected