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)
The
WaitQueue
companion object provides a builder method for wait-queues.