diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-05 19:18:45 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-05 19:18:45 +0300 |
| commit | b15f60d0d74227c01860193ca9a8518ab35475ce (patch) | |
| tree | 260218611ef232dfb6b27bc5f8373b39dbd65d0b /README.md | |
| parent | ebaf4c15fe2f1bc92314f3c01a6eda666f830c8b (diff) | |
Implement basic stream chaining
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,3 +17,10 @@ Meanwhile it seems some features aren't fully stable in Rust just yet. Some crat https://github.com/taiki-e/futures-async-stream https://github.com/tokio-rs/async-stream + +This page has a good review https://blog.yoshuawuyts.com/rust-streams/ + + +## Design + +Each block processes input and out asynchronously. |
