withExecutorService
fun withExecutorService(service: ERROR CLASS: Symbol not found for ExecutorService): SubtaskBuilderWithOutput<Output>(source)
Configures the subtask builder to use the specified ExecutorService for task execution.
Parameters
service
the ExecutorService to be used for managing task execution.