BlockingQueue

constructor(parent: ModelElement, capacity: Int = Int.MAX_VALUE, name: String? = null)

Parameters

parent

the parent of the queue

capacity

the capacity of the queue, by default Int.MAX_VALUE (infinite)

name

the name of the queue