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. |
reactor.core.dispatch.wait |
Modifier and Type | Class and Description |
---|---|
class |
RingBufferDispatcher
Implementation of a
Dispatcher that uses a RingBuffer to queue tasks to execute. |
class |
WorkQueueDispatcher
Implementation of a
Dispatcher that uses a multi-threaded, multi-producer RingBuffer to queue tasks
to execute. |
Modifier and Type | Class and Description |
---|---|
class |
AgileWaitingStrategy
A pair of slow and fast wait strategies to dynamically adapt to a given application load
|
Copyright © 2017. All rights reserved.