Package | Description |
---|---|
org.spf4j.concurrent |
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 |
---|---|
MutableLifoThreadPool |
LifoThreadPoolBuilder.buildMutable() |
Copyright © 2018 SPF4J. All rights reserved.