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

Function yield_step2_callback

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

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

Source from the content-addressed store, hash-verified

233 * @brief Callback for multi-step yield testing - step 2
234 */
235void yield_step2_callback() {
236 advanced_test_output.push_back("step_2");
237}
238
239/**
240 * @brief Consumer callback that yields to yield_step2_callback

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected