So, I need to create some form of Timer_Sleep() function that works in a similar manner to my Timer_Delay().
Timer_Delay() currently spinlocks until the designated time ... functional, but not advisable.
Timer_Sleep() has to instead suspend the thread until the allotted time, then wake it up again.
No comments:
Post a Comment