withExecutorService

fun withExecutorService(service: ERROR CLASS: Symbol not found for ExecutorService): SubtaskBuilderWithInputAndOutput<Input, Output>(source)

Configures the subtask builder to use the specified ExecutorService for task execution.

Return

the current builder instance configured with the given ExecutorService.

Parameters

service

the ExecutorService to be used for managing task execution.