Expand description
Message queuing utilities
§Message queue
The mq module provides an abstraction for representing a message queue that supports pushing and consuming messages. It defines the MessageQueue trait, which can be implemented by different types of message queues.
Traits§
- Represents a message queue that can be pushed and consumed.