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

Function loop

examples/Scheduler_example30_THREAD_SAFE/src/main.cpp:303–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void loop() {
304 // Run the scheduler
305 // It will automatically process queued requests via processRequests()
306 ts.execute();
307
308 // Small delay to prevent watchdog issues
309 delay(1);
310}

Callers

nothing calls this directly

Calls 2

delayFunction · 0.85
executeMethod · 0.80

Tested by

no test coverage detected