mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
sync: mention lagging in docs for broadcast::send (#5820)
This commit is contained in:
@@ -501,7 +501,8 @@ impl<T> Sender<T> {
|
|||||||
///
|
///
|
||||||
/// On success, the number of subscribed [`Receiver`] handles is returned.
|
/// On success, the number of subscribed [`Receiver`] handles is returned.
|
||||||
/// This does not mean that this number of receivers will see the message as
|
/// 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
|
/// # Note
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user