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 a79d3df commit 4d50331Copy full SHA for 4d50331
src/concurrent_stream/mod.rs
@@ -192,7 +192,7 @@ pub trait ConcurrentStream {
192
/// The state of the consumer, used to communicate back to the source.
193
#[derive(Debug)]
194
pub enum ConsumerState {
195
- /// The consumer is done making progress, and the `finish` method should be called.
+ /// The consumer is done making progress, and the `flush` method should be called.
196
Break,
197
/// The consumer is ready to keep making progress.
198
Continue,
0 commit comments