Expand description
Utilities for mezzenger.
Re-exports§
pub use numbered::Numbered;pub use latest_only::LatestOnly;
Modules§
- inspector
- Work in progress.
- latest_
only - Wrapper transport turning a numbered (but not necessarily ordered) transport into an ordered transport, discarding old messages (polling a transport for the next message will return the latest received message, ignoring messages received before).
- numbered
- Wrapper transport attaching a number to messages.
- ordered
- Work in progress.
- reliable
- Work in progress.