Queue.get

Remove and return an item from the queue.

If queue is empty, wait until an item is available.

class Queue(T, size_t maxSize = 0)
T
get
()

Meta