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. |
Modifier and Type | Method and Description |
---|---|
static TailRecurseDispatcher |
Environment.tailRecurse()
Obtain a fresh tailRecurse Dispatcher.
|
Modifier and Type | Field and Description |
---|---|
static TailRecurseDispatcher |
TailRecurseDispatcher.INSTANCE |
Copyright © 2017. All rights reserved.