Crate replay_channel
source ·Modules§
Structs§
- A
ReplayChannel
provides a multi-receiver, message-passing communication channel where receivers can “catch up” by receiving all previously sent messages before continuing to receive new messages.
ReplayChannel
provides a multi-receiver, message-passing communication channel
where receivers can “catch up” by receiving all previously sent messages before
continuing to receive new messages.