File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,17 @@ ReactPHP is non-blocking by default. Use workers for blocking I/O.
7979 Async caching for ReactPHP.
8080 [ Read the documentation] ( https://github.com/reactphp/cache )
8181
82+ * ** ChildProcess**
83+ Library for executing child processes.
84+ [ Read the documentation] ( https://github.com/reactphp/child-process )
85+
8286* ** PromiseTimer**
8387 Trivial timeout implementation for ReactPHP's Promise lib.
8488 [ Read the documentation] ( https://github.com/reactphp/promise-timer )
8589
86- * ** ChildProcess **
87- Library for executing child processes .
88- [ Read the documentation] ( https://github.com/reactphp/child-process )
90+ * ** PromiseStream **
91+ The missing link between Promise-land and Stream-land, built on top of ReactPHP .
92+ [ Read the documentation] ( https://github.com/reactphp/promise-stream )
8993
9094## Getting started
9195
You can’t perform that action at this time.
0 commit comments