mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
sync: mention lagging in docs for broadcast::send
(#5820)
This commit is contained in:
parent
d8847cf891
commit
0d382faa4e
@ -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
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user