Skip to content

Commit

Permalink
sync: mention lagging in docs for broadcast::send (#5820)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Jul 3, 2023
1 parent d8847cf commit 0d382fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tokio/src/sync/broadcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ impl<T> Sender<T> {
///
/// On success, the number of subscribed [`Receiver`] handles is returned.
/// This does not mean that this number of receivers will see the message as
/// a receiver may drop before receiving the message.
/// a receiver may drop or lag ([see lagging](self#lagging)) before receiving
/// the message.
///
/// # Note
///
Expand Down

0 comments on commit 0d382fa

Please sign in to comment.