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

This commit is contained in:
João Marcos
2023-07-03 08:27:46 +00:00
committed by GitHub
parent d8847cf891
commit 0d382faa4e
+2 -1
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
///