Package alpine.util
Class ThreadUtil
- java.lang.Object
-
- alpine.util.ThreadUtil
-
public final class ThreadUtil extends Object
A collection of useful Thread utilities.- Since:
- 1.0.0
- Author:
- Steve Springett
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intdetermineNumberOfWorkerThreads()Calculates the number of worker threads to use.
-