event-loop icon indicating copy to clipboard operation
event-loop copied to clipboard

ReactPHP's core reactor event loop that libraries can use for evented I/O.

Results 11 event-loop issues
Sort by recently updated
recently updated
newest added

With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it.

new feature

Fix #255 If you want to see this pattern in action, I have a work in progress here: - https://github.com/acquia/cli/pull/1101 - https://github.com/danepowell/cli/blob/CLI-827/src/Helpers/LoopHelper.php#L10

maintenance

Still a work in progress. https://github.com/ClosetMonkey/ReactPHPZMQ

Are there any plans to support referencing / unreferencing watchers as discussed in [async-interop/event-loop](https://github.com/async-interop/event-loop)? It's quite helpful to exit the loop when no further watchers exist, but cache expiration watchers...

question
new feature
BC break
help wanted

This PR sets up PHPStan to run on GitHub Actions, as discussed in [discussions#469](https://github.com/orgs/reactphp/discussions/469). ### Overview - [x] Sets up PHPStan to run on GitHub Actions on PHP 8.1 only...

I want to complete independent processing in parallel to speed up the time it takes to complete an operation. I have a CLI (Symfony Console) tool that initiates a collection...

This changeset updates the project to require PHP 7.1+ and drop legacy PHP < 7.1 and HHVM as discussed in #271. I'm marking this as a BC break for anybody...

BC break
maintenance

# ReactPHP v3 is going to happen! 🎉 We're committed to work on the next major version of ReactPHP. We've started working on this a while ago and believe it's...

maintenance

This changeset adds native types to the public API as discussed in #271. Once merged, I'm planning to add PHPStan in a follow-up PR which would take advantage of these...

new feature
BC break