getBackgroundExecutor

@NotNull
abstract fun getBackgroundExecutor(): @NotNull ScheduledExecutorService

Gets the ScheduledExecutorService. This executor is used for handling background tasks.

Return

the ScheduledExecutorService for background tasks.