File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ PHP 8.1 ships with fibers built-in, which offers cooperative multi-threading.
1414Calls can be synchronous without promises or callbacks, while still allowing for non-blocking I/O.
1515
1616Every application making use of cooperative multitasking needs a single scheduler (also called event loop), which this package provides.
17- Revolt isn't a full-blown framework for writing concurrent PHP applications, but only provides what's necessary as a common base.
18- Different (strongly) opinionated libraries can be built on top of it.
17+ Revolt is the result of combining years of experience of Amp's and ReactPHP's event loop implementations.
18+ However, it is not a full-blown framework for writing concurrent PHP applications, but only provides what's necessary as a common base.
19+ Different (strongly) opinionated libraries can be built on top of it and both Amp and ReactPHP will continue to co-exist.
1920
2021## Installation
2122
@@ -41,5 +42,3 @@ Applications with many concurrent file descriptors require one of the [extension
4142## License
4243
4344The MIT License (MIT). Please see [ ` LICENSE ` ] ( ./LICENSE ) file for more information.
44-
45- Revolt is the result of combining years of experience of Amp's and ReactPHP's event loop implementations.
You can’t perform that action at this time.
0 commit comments