Skip to content

Skip cancellation of promise within Fiber without cancellation support - #34

Merged
WyriHaximus merged 1 commit into
reactphp:4.xfrom
clue-labs:skip-unsupported-cancellation
Mar 4, 2022
Merged

Skip cancellation of promise within Fiber without cancellation support#34
WyriHaximus merged 1 commit into
reactphp:4.xfrom
clue-labs:skip-unsupported-cancellation

Conversation

@clue

@clueclue commented Mar 4, 2022

Copy link
Copy Markdown
Member

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

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

Labels

new featureNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@WyriHaximus@SimonFrings