sync: mention lagging in docs for broadcast::send (#5820)

This commit is contained in:
João Marcos 2023-07-03 05:27:46 -03:00 committed by GitHub
parent d8847cf891
commit 0d382faa4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
///