minTimeBetweenTasks

Native
1.3
var minTimeBetweenTasks: Duration
(source)

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

Exceptions

IllegalArgumentException - when value is negative.