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

Function yield_test_callback

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

* @brief Callback for yield switching tests * * Records execution and prepares for yield switching behavior. */

Source from the content-addressed store, hash-verified

317 * Records execution and prepares for yield switching behavior.
318 */
319void yield_test_callback() {
320 test_output.push_back("yield_original");
321}
322
323/**
324 * @brief Callback for yield-once testing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected