Interface BackgroundCompileQueue.JoinableThreadFactory
- All Superinterfaces:
ThreadFactory
- Enclosing class:
BackgroundCompileQueue
-
Method Summary
Modifier and TypeMethodDescriptionbooleanjoinOtherThreads(long timeout, TimeUnit unit) Join all but the current thread.Methods inherited from interface ThreadFactory
newThread
-
Method Details
-
joinOtherThreads
Join all but the current thread. If the current thread belongs to this thread factory, its interrupted status is just cleared instead of joining it.- Throws:
InterruptedException
-