Structsยง
- Queue
- Queue
Receiver - A
QueueReceiveris used to pop previously pushed items from the queue. - Queue
Sender - A
QueueSenderis 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.