configure

open fun <T : SimpleAsyncTaskExecutor?> configure(taskExecutor: T): T

Configure the provided SimpleAsyncTaskExecutor instance using this builder.

Return

the task executor instance

Parameters

<T>

the type of task executor

taskExecutor

the SimpleAsyncTaskExecutor to configure

See also