We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1595c75 commit d20b7edCopy full SHA for d20b7ed
README.md
@@ -92,3 +92,8 @@ val pipeline = Pipeline[String, String]() | Cat() | Grep("hello") | Count()
92
```
93
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
94
95
+## ToDo
96
+* async examples
97
+* executor using akka actors
98
+* tests
99
+
0 commit comments