You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, task schedulers are way too nice when unexpected situations arise (for example a task is ready that is not currently in the waitset). Instead of sending a log warning or error message, the task scheduler should throw an exception in these cases.
The text was updated successfully, but these errors were encountered:
Currently, task schedulers are way too nice when unexpected situations arise (for example a task is ready that is not currently in the waitset). Instead of sending a log warning or error message, the task scheduler should throw an exception in these cases.
The text was updated successfully, but these errors were encountered: