configure

open fun <T : SimpleAsyncTaskScheduler?> configure(taskScheduler: T): T

Configure the provided SimpleAsyncTaskScheduler instance using this builder.

Return

the task scheduler instance

Parameters

<T>

the type of task scheduler

taskScheduler

the SimpleAsyncTaskScheduler to configure

See also