Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io: add lines example for StreamReader #5145

Merged
merged 2 commits into from
Oct 31, 2022

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Oct 30, 2022

Rendered docs: link

@Darksonn Darksonn added T-docs Topic: documentation A-tokio-util Area: The tokio-util crate M-io Module: tokio/io labels Oct 30, 2022
@Darksonn Darksonn merged commit a9d5eb2 into master Oct 31, 2022
@Darksonn Darksonn deleted the alice/stream-reader-lines-example branch October 31, 2022 19:40
@@ -250,3 +299,28 @@ where
}
}
}

// The code below is a manual expansion of the code that pin-project-lite would
// generate. This is done because pin-project-lite fails by hitting the recusion

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recursion

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recusion -> recursion

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mind autocorrected this lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-util Area: The tokio-util crate M-io Module: tokio/io T-docs Topic: documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants