Module archivist_lib::logs::multiplex
source · Structs§
- Stream-ordering multiplexer
- A handle to a running multiplexer. Can be used to add new sub-streams to the multiplexer.
- A
SubStream
wraps an inner stream and keeps its latest value cached inline for comparison with the cached values of otherSubStream
s, allowing for semi-ordered merging of streams.