| Package | Description |
|---|---|
| reactor | |
| 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. |
| Class and Description |
|---|
| TailRecurseDispatcher
A
Dispatcher implementation that trampolines events using the calling thread and. |
| Class and Description |
|---|
| AbstractLifecycleDispatcher
A
Dispatcher that has a lifecycle. |
| AbstractLifecycleDispatcher.Task |
| MultiThreadDispatcher
Base implementation for multi-threaded dispatchers
|
| SingleThreadDispatcher
Base Implementation for single-threaded Dispatchers.
|
| SynchronousDispatcher
A
Dispatcher implementation that dispatches events using the calling thread. |
| TailRecurseDispatcher
A
Dispatcher implementation that trampolines events using the calling thread and. |
Copyright © 2016. All rights reserved.