Queues

class Queues(val primary: Queue<Any>, val background: QueueCollection<Any>)

Constructors

Link copied to clipboard
constructor(primary: Queue<Any>, background: QueueCollection<Any>)

Properties

Link copied to clipboard
val background: QueueCollection<Any>
Link copied to clipboard
val primary: Queue<Any>