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.
1 parent ccb0410 commit 9c107dbCopy full SHA for 9c107db
futures-channel/src/mpsc/mod.rs
@@ -282,7 +282,7 @@ struct UnboundedInner<T> {
282
283
#[derive(Debug)]
284
struct BoundedInner<T> {
285
- // Max buffer size of the channel. If `None` then the channel is unbounded.
+ // Max buffer size of the channel.
286
buffer: usize,
287
288
// Internal channel state. Consists of the number of messages stored in the
0 commit comments