async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Streams/Channels documentation for the async-std book

Open ragona opened this issue 5 years ago • 0 comments

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

ragona avatar Jul 18 '20 19:07 ragona