mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
sync: suspectible -> susceptible (#2732)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
//! ## Lagging
|
||||
//!
|
||||
//! As sent messages must be retained until **all** [`Receiver`] handles receive
|
||||
//! a clone, broadcast channels are suspectible to the "slow receiver" problem.
|
||||
//! a clone, broadcast channels are susceptible to the "slow receiver" problem.
|
||||
//! In this case, all but one receiver are able to receive values at the rate
|
||||
//! they are sent. Because one receiver is stalled, the channel starts to fill
|
||||
//! up.
|
||||
|
||||
Reference in New Issue
Block a user