Expand description
Typed-message helpers.
Structs§
- Codec
Kit - Generic typed-codec “kit” that builds typed producers/consumers for any codec.
Functions§
- publish_
rawpod - Publish a typed message as a raw POD frame.
- raw_
codec - Construct the raw typed codec.
- raw_kit
- Construct the default typed-codec kit (
RawKit). - try_
recv_ rawpod - Attempt to receive the next typed raw POD frame.
- typed_
fanout_ consumer - Wrap a fanout consumer with typed messaging using the raw codec.
- typed_
fanout_ mpsc_ producer - Wrap a fanout MPSC producer with typed messaging using the raw codec.
- typed_
fanout_ producer - Wrap a fanout producer with typed messaging using the raw codec.
Type Aliases§
- RawKit
- Default fast-path kit: raw POD codec.
- RawTyped
Codec - Back-compat alias for the raw typed codec.