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

Streams/Channels documentation for the async-std book #838

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ragona
Copy link

@ragona ragona commented Jul 18, 2020

Hi friends,

This is a first draft of a quick helper section for Streams. I've actually only used Streams in combination with channels, and I wanted to see if I could introduce them independently. I think it's a little odd (and not very concurrent!), and would love any feedback. I'm also not familiar with all the helper methods in stream so I would love help adding notes there.

Here are the outstanding items:

  • Add streams (Draft)
  • Add channels
  • Add streams and channels
  • Add links to documentation.
  • Add notes on things like stream::from_fn and all the other awesome helper methods.

Hope you're having a great weekend!

Best,
Ryan

```

Or I'm pretty sure there's some way to use the helper methods in `stream`
to do this, but it's eluding me and I wanted to timebox this little exercise.
Copy link
Author

Choose a reason for hiding this comment

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

Fix-me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant