public class LinearExecutorService extends AbstractExecutorService
AbstractExecutorService
which execute
s runnables immediately in the calling
thread.Constructor and Description |
---|
LinearExecutorService() |
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long timeout,
TimeUnit unit) |
void |
execute(Runnable command) |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
List<Runnable> |
shutdownNow() |
invokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submit
Copyright © 2018 Arno Unkrig. All rights reserved.