Package | Description |
---|---|
org.spf4j.concurrent |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableLifoThreadPool |
Modifier and Type | Class and Description |
---|---|
class |
LifoThreadPoolExecutorSQP
Lifo scheduled java thread pool, based on talk: http://applicative.acm.org/speaker-BenMaurer.html This implementation
behaves differently compared with a java Thread pool in that it prefers to spawn a thread if possible instead of
queueing tasks.
|
Modifier and Type | Method and Description |
---|---|
LifoThreadPool |
LifoThreadPoolBuilder.build() |
Modifier and Type | Method and Description |
---|---|
void |
RejectedExecutionHandler.rejectedExecution(Runnable r,
LifoThreadPool executor) |
Copyright © 2018 SPF4J. All rights reserved.