public interface ExecutorServiceWrapper
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination() |
boolean |
awaitTermination(long timeout,
TimeUnit unit) |
boolean |
isTerminated() |
<O> com.atlassian.util.concurrent.Promise<O> |
submit(Callable<O> job) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.