Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7.1 has async signal handling? #64

Closed
withinboredom opened this issue Feb 1, 2017 · 1 comment
Closed

PHP 7.1 has async signal handling? #64

withinboredom opened this issue Feb 1, 2017 · 1 comment
Labels

Comments

@withinboredom
Copy link

https://wiki.php.net/rfc/async_signals

I don't really know what this means, but hey, you guys probably know what they're talking about.

@bwoebi
Copy link
Member

bwoebi commented Feb 1, 2017

This means exactly nothing for us.

In an event-loop, we want synchronous signal handling (i.e. signals being dispatched consecutively and not within other loop callbacks).

As the default is synchronous handling, this has absolutely no impact on our code.

@bwoebi bwoebi closed this as completed Feb 1, 2017
@bwoebi bwoebi added the question label Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants