We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
broadcast::send
1 parent d8847cf commit 0d382faCopy full SHA for 0d382fa
tokio/src/sync/broadcast.rs
@@ -501,7 +501,8 @@ impl<T> Sender<T> {
501
///
502
/// On success, the number of subscribed [`Receiver`] handles is returned.
503
/// This does not mean that this number of receivers will see the message as
504
- /// a receiver may drop before receiving the message.
+ /// a receiver may drop or lag ([see lagging](self#lagging)) before receiving
505
+ /// the message.
506
507
/// # Note
508
0 commit comments