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 5979fc9 commit 160181bCopy full SHA for 160181b
README.md
@@ -9,6 +9,10 @@ same event loop. This component provides a common `LoopInterface` that any
9
library can target. This allows them to be used in the same loop, with one
10
single `run` call that is controlled by the user.
11
12
+> The master branch contains the code for the upcoming 0.5 release.
13
+For the code of the current stable 0.4.x release, checkout the
14
+[0.4 branch](https://github.com/reactphp/event-loop/tree/0.4).
15
+
16
In addition to the interface there are some implementations provided:
17
18
* `StreamSelectLoop`: This is the only implementation which works out of the
0 commit comments