Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
BSD 3-Clause "New" or "Revised" License
1.33k
stars
243
forks
source link
fix deletion of self-destruct tasks in disableAll() #182
Closed
schlimmchen closed 10 months ago
instead of deleting
iCurrent
multiple times, the task which was just disabled and has the self-destruct request flag set, shall be deleted.adjust the respective example to disable the remaining 5 tasks using
disableAll()
, which then shows that not all memory is freed.