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

Skip cancellation of promise within Fiber without cancellation support #34

Merged
merged 1 commit into from Mar 4, 2022

Conversation

clue
Copy link
Member

@clue clue commented Mar 4, 2022

This changeset makes sure we skip cancellation of promises within Fiber instances that do not have cancellation support. This improves interoperability by supporting custom or foreign Fiber instances not coming from our async() function.

Builds on top of #20

@clue clue added the new feature New feature or request label Mar 4, 2022
@clue clue self-assigned this Mar 4, 2022
@clue clue added this to the v4.0.0 milestone Mar 4, 2022
@clue clue requested a review from WyriHaximus March 4, 2022 11:07
@WyriHaximus WyriHaximus merged commit 0ba9f70 into reactphp:4.x Mar 4, 2022
@clue clue deleted the skip-unsupported-cancellation branch March 4, 2022 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants