mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
sync: fix missing period in broadcast docs (#6377)
This commit is contained in:
@@ -741,7 +741,7 @@ impl<T> Sender<T> {
|
||||
self.shared.buffer[idx].read().unwrap().rem.load(SeqCst) == 0
|
||||
}
|
||||
|
||||
/// Returns the number of active receivers
|
||||
/// Returns the number of active receivers.
|
||||
///
|
||||
/// An active receiver is a [`Receiver`] handle returned from [`channel`] or
|
||||
/// [`subscribe`]. These are the handles that will receive values sent on
|
||||
|
||||
Reference in New Issue
Block a user