LimitedDispatchQueue

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val MaxBatchSize: Int

The maximum number of tasks to execute in a single batch. Used to prevent starving of other contexts using the common parent. If more than MaxBatchSize tasks await execution, after this number of tasks are run the execution will stop, other parents will be given an opportunity to run their tasks, and then it will come back here the rest of these tasks will be executed.

The maximum number of tasks to execute in a single batch. Used to prevent starving of other contexts using the common parent. If more than MaxBatchSize tasks await execution, after this number of tasks are run the execution will stop, other parents will be given an opportunity to run their tasks, and then it will come back here the rest of these tasks will be executed.