Package | Description |
---|---|
com.mchange.v2.async |
Modifier and Type | Interface and Description |
---|---|
interface |
Queuable |
interface |
RunnableQueue
RunnableQueues guarantee that tasks will be
executed in order, where other AsynchronousRunners
may not.
|
Modifier and Type | Class and Description |
---|---|
class |
CarefulRunnableQueue |
class |
RoundRobinAsynchronousRunner
A class that provides for effecient asynchronous execution
of multiple tasks that may block, but that do not contend
for the same locks.
|
class |
SimpleRunnableQueue
Deprecated.
CarefulRunnableQueue is better.
|
class |
ThreadPerTaskAsynchronousRunner |
class |
ThreadPoolAsynchronousRunner |
Copyright © 2017 com.mchange. All rights reserved.