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

Function yield_step1_callback

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

* @brief Callback for multi-step yield testing - step 1 */

Source from the content-addressed store, hash-verified

226 * @brief Callback for multi-step yield testing - step 1
227 */
228void yield_step1_callback() {
229 advanced_test_output.push_back("step_1");
230}
231
232/**
233 * @brief Callback for multi-step yield testing - step 2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected