mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
61513d3debb720cdb73d28d6c0af132f8fe95b1c
LockFreeQueue<T,N> is a ring buffer that holds N-1 elements (one slot is reserved to distinguish full from empty). With the pool also sized to N, the Nth allocate() succeeds but push() fails — permanently leaking one pool slot since the element is never returned. Size both receive and send pools to N-1 to match queue capacity.
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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
