May 2020
Intermediate to advanced
496 pages
13h 54m
English
The first queue example is simply adding (also referred to as sending) an item to a queue that has empty space:

When an item is added to a queue with available space, the addition happens immediately. Because space was available in the queue, the task sending the item to the queue continues running, unless there is another higher priority task waiting on an item to appear in the queue.