| java.lang.Object com.tc.util.concurrent.ThreadUtil
ThreadUtil | public class ThreadUtil (Code) | | Some shortcut stuff for doing common thread stuff
author: steve |
reallySleep | public static void reallySleep(long millis)(Code) | | |
reallySleep | public static void reallySleep(long millis, int nanos)(Code) | | |
tryToSleep | public static boolean tryToSleep(long millis)(Code) | | true if the call to Thread.sleep() was successful, false if the call wasinterrupted. |
|
|