3303-flashcards/hATaBiZQ - 3303/3vPbF387 - If a method call like sleep or wait causes a thread to relinquish the processor when does that method return.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

237 B

If a method call (like sleep or wait) causes a thread to relinquish the processor, when does that method return?


The method does not return until the thread is rescheduled and is back in the Running state.