public Unit streamHandlerExecutor(Executor streamHandlerExecutor)| Name | Type | Description |
|---|---|---|
streamHandlerExecutor* | Executor |
The executor to use for running [AsyncStreamResponse.Handler] callbacks.
The executor to use for running [AsyncStreamResponse.Handler] callbacks. Defaults to a dedicated cached thread pool. This class takes ownership of the executor and shuts it down, if possible, when closed.