10000 Miscellaneous `ExtEventLoop` stuff. · reactphp/event-loop@d0e9149 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0e9149

Browse files
committed
Miscellaneous ExtEventLoop stuff.
* Added `ExtEventLoop` to the event-loop readme file * Added `ext-event` to composer suggestions * Added messages to composer suggestions (suggest doesn't use version constraints)
1 parent 7cb7493 commit d0e9149

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ In addition to the interface there are some implementations provided:
2020
([github](https://github.com/m4rw3r/php-libev)). It supports the same
2121
backends as libevent.
2222

23+
* `ExtEventLoop`: This uses the `event` pecl extension. It supports the same
24+
backends as libevent.
25+
2326
All of the loops support these features:
2427

2528
* File descriptor polling
2629
* One-off timers
2730
* Periodic timers
31+
* Deferred execution of callbacks
2832

2933
## Usage
3034

0 commit comments

Comments
 (0)
0