Module typed

Module typed 

Source
Expand description

Typed-message helpers.

Structs§

CodecKit
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.
RawTypedCodec
Back-compat alias for the raw typed codec.