mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:53:26 +00:00
scheduler-snapshot-counters
Put cleanup_slow_path_'s return back to bool (items_ non-empty after cleanup) as a proper slow-path for the cleanup_() wrapper. The MAX threshold gate in Scheduler::call() reads to_remove_count_() directly — it's a plain atomic/uint32_t load (cheap on all platforms) and matches the pre-refactor semantic of gating on the fresh post-cleanup value.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
393 MiB
Languages
C++
60.7%
Python
38.9%
C
0.3%
