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 |
MpscDispatcher
Implementation of a
Dispatcher that uses a MpscLinkedQueue to
queue tasks to execute. |
class |
RingBufferDispatcher
Implementation of a
Dispatcher that uses a RingBuffer to queue tasks to execute. |
Copyright © 2016. All rights reserved.