show/hide this revision's text 2 added 18 characters in body

No it won't hog the CPU, it will just pause your tread for at least that long. While your thread is paused, the operating system can schedule another, unrelated process to make use of the processor.

show/hide this revision's text 1

No it won't hog the CPU, it will just pause your tread for that long. While your thread is paused, the operating system can schedule another, unrelated process to make use of the processor.