queuesArray
private
Array of named queues. This array determines the order in which queues are flushed at the end of the RunLoop. You can define your own queues by simply adding the queue name to this array. Normally you should not need to inspect or modify this property.
Default: ['sync', 'actions', 'destroy']
Please login to continue.