schedulerAddFull

fun schedulerAddFull(callback: SchedulerCallback): <Error class: unknown class>

Adds a new callback that will be executed as time permits on the main thread.

This is useful when you need to do a lot of background work but want to do it incrementally.

Since

5.2

Parameters

callback

the callback to execute