mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-09-26 15:57:55 +00:00
beta_68 added named timers, so pausing only on_tick left the same problem one API over: a repeating timer polling a sensor kept running into a dark screen. One-shots still fire -- those are scheduled app logic, and skipping one would drop the work rather than defer it, since the slot is released around the call. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>