The executor service to use for running HTTP requests.
public Unit dispatcherExecutorService(ExecutorService dispatcherExecutorService)The executor service to use for running HTTP requests. Defaults to OkHttp's default executor service. This class takes ownership of the executor service and shuts it down when closed.
| Name | Type | Description |
|---|---|---|
dispatcherExecutorService* | ExecutorService? |