Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Jan 14, 2019

This PR makes it possible to use PCNTL's asynchronous signal dispatching, if PHP 7.1 or higher is used. This allows to dispatch signals anywhere, without any overhead. This also means signals can be handled faster and more efficient, without having to rely on the manual dispatch on each tick.

RFC for async signals dispatching: https://wiki.php.net/rfc/async_signals

Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@clue clue merged commit c795e50 into reactphp:master Jan 19, 2019
@ghost ghost deleted the async-dispatch branch January 19, 2019 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants