You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ event loop implementations. This allows libraries and components from
5
5
different vendors to operate in an event driven architecture, sharing a
6
6
common event loop.
7
7
8
+
## Current Status
9
+
10
+
This project is currently on hold and to be seen as failed for now. It might be reconsidered at a later point in time. The specification in its current state has been merged into [Amp](https://github.com/amphp/amp). Interoperability between [ReactPHP](https://github.com/reactphp/event-loop) and Amp will be solved via adapters instead of a common interface. [Icicle](https://github.com/icicleio/icicle) has been deprecated and parts of it been merged into Amp libraries.
11
+
8
12
## Why Bother?
9
13
10
14
Some programming languages, such as Javascript, have an event loop that is
0 commit comments