Package | Description |
---|---|
reactor.core.dispatch |
Dispatchers provide a way for work to be done in another thread,
but unlike a standard thread pool, do so with extreme efficiency. |
Modifier and Type | Class and Description |
---|---|
class |
ThreadPoolExecutorDispatcher
A
Dispatcher that uses a ThreadPoolExecutor with an unbounded queue to dispatch events. |
class |
WorkQueueDispatcher
Implementation of a
Dispatcher that uses a multi-threaded, multi-producer RingBuffer to queue tasks
to execute. |
Copyright © 2016. All rights reserved.