Just curious. How does actually the function Sleep() work (declared in windows.h)? Maybe not just that implementation, but anyone. With that I mean - how is it implemented? How
In short, Sleep() tells the OS to ignore the process/thread for a while.