Package com.articulate.sigma
Class EditorWorkerQueue
java.lang.Object
com.articulate.sigma.EditorWorkerQueue
-
Method Summary
-
Method Details
-
workers
public static int workers() -
queueDepth
public static int queueDepth() -
activeCount
public static int activeCount() -
submit
public static <T> T submit(Callable<T> task, long timeoutMs) throws InterruptedException, ExecutionException, TimeoutException
-