Structsยง
- Queue
- Queue
Receiver - A
QueueReceiver
is used to pop previously pushed items from the queue. - Queue
Sender - A
QueueSender
is used to push items into the queue.
QueueReceiver
is used to pop previously
pushed items from the queue.QueueSender
is used to push items into
the queue.