ivanseidel / ArduinoThread

⏳ A simple way to run Threads on Arduino
MIT License
955 stars 196 forks source link

Thread still runs even if removed from thread controller #18

Closed NetForces closed 7 years ago

NetForces commented 7 years ago

Shound't calling:

thread_controller.remove(&thread1);

Stop the thread from firing and executing the callback ?

If not is there a method to stop a thread from executing the callback ?

Thanks.

NetForces commented 7 years ago

Forget that it works as described. Had an other issue in my code.