Class ThreadUtils
java.lang.Object
org.apache.commons.io.ThreadUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThreadUtils
-
-
Method Details
-
sleep
Sleeps for a guaranteed minimum duration unless interrupted.This method exists because Thread.sleep(100) can sleep for 0, 70, 100 or 200ms or anything else it deems appropriate. Read
Thread.sleep(long, int)} for further interesting details.- Parameters:
duration- the sleep duration.- Throws:
InterruptedException- if interrupted.- See Also:
-