Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PRIORITY
The priority used for ordinary runnables that don't specify a priority themselves.
|
Constructor and Description |
---|
CollectingExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
execute(Runnable command) |
Optional<Runnable> |
pop() |
Executor |
prioritized(Integer priority) |
public static final int DEFAULT_PRIORITY
PrioritizedRunnable
,
Constant Field ValuesCopyright © 2002-2019 Atlassian. All Rights Reserved.