File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Event Loop Interopability
2
2
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.
7
7
8
8
## Why Bother?
9
9
@@ -12,7 +12,7 @@ native to the execution environment. This allows package vendors to easily
12
12
create asynchronous software that uses this native event loop. Although PHP
13
13
is historically a synchronous programming environment, it is still possible
14
14
to 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.
16
16
17
17
However, as these event loop implementations are from package vendors, it
18
18
is not yet possible to create event driven software components that are
You can’t perform that action at this time.
0 commit comments