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 a delay is just a busy loop that yields back to the OS every iteration. Might be better to put the task to sleep and store this time (in the task data structure). Every context switch would first wake up tasks that have been sleeping for long enough.
The text was updated successfully, but these errors were encountered:
Currently a delay is just a busy loop that yields back to the OS every iteration. Might be better to put the task to sleep and store this time (in the task data structure). Every context switch would first wake up tasks that have been sleeping for long enough.
The text was updated successfully, but these errors were encountered: