minTimeBetweenTasks

The minimum interval between two tasks.

Setting this value too high makes ObjC/Swift objects be released with high delays which contributes to memory usage. Setting this value too low makes some other main thread tasks (e.g. UI events) be processed with high delays.

Default: 10ms

Since Kotlin

1.9

Throws

when value is negative.