We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
broadcast::channel
1 parent 7041083 commit bc48a6fCopy full SHA for bc48a6f
tokio/src/sync/broadcast.rs
@@ -479,7 +479,7 @@ impl<T> Sender<T> {
479
/// See the documentation of [`broadcast::channel`] for more information on this method.
480
///
481
/// [`broadcast`]: crate::sync::broadcast
482
- /// [`broadcast::channel`]: crate::sync::broadcast
+ /// [`broadcast::channel`]: crate::sync::broadcast::channel
483
#[track_caller]
484
pub fn new(capacity: usize) -> Self {
485
// SAFETY: We don't create extra receivers, so there are 0.
0 commit comments