File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Event Loop Interopability
22
3- The purpose of this proposal is to provide a common interface for event loop
4- implementations. This will allow libraries and components from different
5- vendors to operate in an event driven architecture, sharing a common event
6- loop.
3+ The purpose of this specification is to provide a common interface for
4+ event loop implementations. This allows libraries and components from
5+ different vendors to operate in an event driven architecture, sharing a
6+ common event loop.
77
88## Why Bother?
99
@@ -12,7 +12,7 @@ native to the execution environment. This allows package vendors to easily
1212create asynchronous software that uses this native event loop. Although PHP
1313is historically a synchronous programming environment, it is still possible
1414to use asynchronous programming techniques. Using these techniques, package
15- vendors have created PHP event loop implementations that have seen success.
15+ vendors have created event loop implementations that have seen success.
1616
1717However, as these event loop implementations are from package vendors, it
1818is not yet possible to create event driven software components that are
You can’t perform that action at this time.
0 commit comments