Skip to content

Commit adf1604

Browse files
committed
Add async pipeline pattern
1 parent 18be83c commit adf1604

14 files changed

+2835
-0
lines changed

Readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
The best way to learn Rust is by looking at simplified examples and building from there. Well, maybe not the best way, but this is the content of this blog repository.
44

5+
### 2025-01-18 - [Async Pipeline Pattern - Eager to work](async-pipeline-pattern/Readme.md)
6+
The async pipeline pattern utilizes tasks and channels to concurrently process data. Lets learn about it from scratch and wrap it into a crate.
7+
58
### 2024-04-20 - [Rust Stream API visualized and exposed](rust-stream-visualized/Readme.md)
69
Rust Stream API is very elegant, but do you really know whats going on? Lets visualize streams and find some surprising results
710

0 commit comments

Comments
 (0)