mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
sync: fix broadcast link in API docs (#2197)
This commit is contained in:
parent
116a18b849
commit
1eee6508fc
@ -232,7 +232,7 @@
|
||||
//!
|
||||
//! ## `broadcast` channel
|
||||
//!
|
||||
//! The [`broadcast` channel[broadcast] supports sending **many** values from
|
||||
//! The [`broadcast` channel][broadcast] supports sending **many** values from
|
||||
//! **many** producers to **many** consumers. Each consumer will receive
|
||||
//! **each** value. This channel can be used to implement "fan out" style
|
||||
//! patterns common with pub / sub or "chat" systems.
|
||||
|
Loading…
x
Reference in New Issue
Block a user