Create a wait-queue using integer-valued defaults for width (w) and height (h).
Create a wait-queue using integer-valued defaults for width (w) and height (h).
the name of the wait-queue
the (x, y) coordinates for the top-left corner of the wait-queue.
the capacity of the queue (defaults to unbounded)
Create a group of related wait queues using defaults for width (w) and heigth (h).
Create a group of related wait queues using defaults for width (w) and heigth (h).
the (x, y) coordinates for the top-left corner of the reference queue.
The
WaitQueue
companion object provides a builder method for wait-queues.