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

Function thread_safe_task_callback

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

Source from the content-addressed store, hash-verified

46// ============================================
47
48void thread_safe_task_callback() {
49 task_execution_count++;
50 test_output.push_back("Thread-safe task executed");
51}
52
53void fast_task_callback() {
54 test_output.push_back("Fast task executed");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected