Guillermo Ruffino
|
b266fb37a3
|
Fix scheduler with too many cancelled timers (#1309)
* Fix scheduler with too many cancelled timers
* lint
* use variable name
|
2020-10-15 10:12:31 -03:00 |
|
Otto Winter
|
560251ab2a
|
Scheduler fixes (#813)
* Scheduler fixes
Fixes https://github.com/esphome/issues/issues/789, fixes https://github.com/esphome/issues/issues/788
Also changes to use unique_ptr - this should be much safer than the raw pointers form before (though the scoping rules might cause some issues, but looking closely I didn't find anything)
* Disable debugging
* Format
|
2019-10-31 20:25:16 +01:00 |
|
Otto Winter
|
7b4366bfef
|
Fix scheduler
|
2019-06-30 09:13:52 +02:00 |
|
Otto Winter
|
8db6f3129c
|
Fix scheduler
|
2019-06-09 13:19:57 +02:00 |
|
Otto Winter
|
b51cbc4207
|
Add central function scheduler (#609)
* Add central function scheduler
* Avoid unnecessary copies
* Lint
* Prevent more copies, store pointers
* Add never update_interval
|
2019-06-07 14:26:40 +02:00 |
|