Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ fast_task_callback
Function
fast_task_callback
tests/test-scheduler-thread-safe.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void fast_task_callback() {
54
test_output.push_back(
"Fast task executed"
);
55
}
56
57
void interval_test_callback() {
58
static int counter = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected