okhttp / okhttp3 / Dispatcher / <init>

<init>

Dispatcher(executorService: ExecutorService) Dispatcher()

Policy on when async requests are executed.

Each dispatcher uses an ExecutorService to run calls internally. If you supply your own executor, it should be able to run the configured maximum number of calls concurrently.