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.
2 parents 8b8a565 + 4d50331 commit bfbe99cCopy full SHA for bfbe99c
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