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

Function interval_test_callback

tests/test-scheduler-thread-safe.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void interval_test_callback() {
58 static int counter = 0;
59 counter++;
60 test_output.push_back("Interval task #" + std::to_string(counter));
61}
62
63// ============================================
64// Test Fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected