Skip to content

Commit 9a2d30c

Browse files
authored
Merge pull request #127 from async-interop/spec
Change proposal to specification
2 parents 0ede4e8 + 07246e1 commit 9a2d30c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
1212
create asynchronous software that uses this native event loop. Although PHP
1313
is historically a synchronous programming environment, it is still possible
1414
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.
1616

1717
However, as these event loop implementations are from package vendors, it
1818
is not yet possible to create event driven software components that are

0 commit comments

Comments
 (0)