Skip to content

Commit 0488f6a

Browse files
2 parents d846ed8 + d20b7ed commit 0488f6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ val pipeline = Pipeline[String, String]() | Cat() | Grep("hello") | Count()
9292
```
9393
Code above print to console 'word 'hello' was found on 3 lines' for the file https://github.com/cosminseceleanu/scala-pipeline/blob/master/myText.txt
9494

95+
## ToDo
96+
* async examples
97+
* executor using akka actors
98+
* tests
99+

0 commit comments

Comments
 (0)