summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-07-05 19:18:45 +0300
committerYuval Adam <_@yuv.al>2022-07-05 19:18:45 +0300
commitb15f60d0d74227c01860193ca9a8518ab35475ce (patch)
tree260218611ef232dfb6b27bc5f8373b39dbd65d0b /README.md
parentebaf4c15fe2f1bc92314f3c01a6eda666f830c8b (diff)
Implement basic stream chaining
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c039fc1..6d1d8d4 100644
--- a/README.md
+++ b/README.md
@@ -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.