## 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.