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

Function multi_step_callback_1

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

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

Source from the content-addressed store, hash-verified

218 * First phase of multi-step processing for callback switching tests.
219 */
220void multi_step_callback_1() {
221 test_output.push_back("step_1");
222}
223
224/**
225 * @brief Multi-step callback for yield testing - step 2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected