Skip to content

Commit ca3a70f

Browse files
authored
Merge pull request #154 from async-interop/on-hold
Add current status to readme
2 parents 1262ea4 + 67aa455 commit ca3a70f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ event loop implementations. This allows libraries and components from
55
different vendors to operate in an event driven architecture, sharing a
66
common event loop.
77

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+
812
## Why Bother?
913

1014
Some programming languages, such as Javascript, have an event loop that is

0 commit comments

Comments
 (0)