Expand description
Queue type for inter-process communication (IPC).
Structsยง
- Queues
- A struct for sending and receiving items by using very simple routing. This allows for us to send messages to a specific receiver, to any receiver, or all receivers. Automatically wraps items with the identifier of the sender so that a response can be sent back to the corresponding receiver.
- Tracked
Item - Waker