@Immutable public class Threads extends Object
Threads.| Modifier and Type | Method and Description |
|---|---|
static void |
pause(long millis)
Uninterruptibly pauses the current thread for the given time interval.
|
public static void pause(long millis)
millis - the milliseconds to pause the current thread.IllegalArgumentException - if millis is negative.Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.