Skip to content

Commit d382647

Browse files
committed
Add PromiseTimer component to README
1 parent d1df954 commit d382647

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)