TcMenu / TaskManagerIO

A task, event, scheduling, and interrupt marshalling library for Arduino and mbed boards.
Apache License 2.0
122 stars 12 forks source link

YieldForMicros could get stuck not running other tasks under some conditions #27

Closed davetcc closed 3 years ago

davetcc commented 3 years ago

Yield for micros could get stuck with a running task and never complete until all tasks were effectively no longer running.

davetcc commented 3 years ago

The problem has been identified and fixed (not entirely committed yet), but it will require very heavy testing before release.

davetcc commented 3 years ago

We are going to add more explicit unit tests around this in the test pack.

davetcc commented 3 years ago

This is now in extended testing, we'll be releasing it soon