event-loop
event-loop copied to clipboard
An event loop interface for interoperability in PHP.
Hello everybody, I've been doing quite a bit of asynchronous PHP lately, and we could really benefit from more interoperability between ReactPHP and Amp. It looks like a lot of...
Hi Where can I read your suggestions on the `async` API in the core of `PHP 8`? https://externals.io/message/102480#102497 Thanks.
Should multiple concurrently enabled read / write watchers on the same stream error? I can't imagine a use case and think it's an error when it happens. Multiple watchers with...
Let's open this can of worms! Do we (or could we) need or want any of the features in PHP 7?
The `Driver` interface leaves no room for differing behaviors between implementations. Once a particular vendor has written performant `Driver` implementations for various backends there is little reason for another vendor...
Scoping
We have quite a few PRs and the discussion is spread accross those PRs instead of being in one issue. I know, adding yet another discussion thread seems kind of...
Review
Could you please all review the full specification including all documents and documentation comments and post a comment afterwards here? Please review carefully and don't just put your thumb up...
Do we intend to use semantic versioning for these standards? I assume that we do and that the semver guarantees will apply to both the service provider interface (SPI) and...
Currently we do not specify error cases apart from invalid watcher IDs, e.g. what happens on a negative or `0` interval for timers, what happens on a wrong type there,...
Following the FIG, I think it's good to have two working implementations passing all tests. I think we should have `v0.4.0` and two working implementations, then tag `v1.0.0`.