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

Function multi_step_callback_2

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

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

Source from the content-addressed store, hash-verified

227 * Second phase of multi-step processing for callback switching tests.
228 */
229void multi_step_callback_2() {
230 test_output.push_back("step_2");
231}
232
233/**
234 * @brief Multi-step callback for yield testing - step 3

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected