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

Function yield_once_callback

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

* @brief Callback for yield-once testing * * Records execution for yield-once verification. */

Source from the content-addressed store, hash-verified

326 * Records execution for yield-once verification.
327 */
328void yield_once_callback() {
329 test_output.push_back("yield_once_executed");
330}
331
332// Test fixture for comprehensive scheduler testing
333class SchedulerThoroughTest : public ::testing::Test {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected