Skip to content

Conversation

@clue
Copy link
Member

@clueclue commented Oct 20, 2021

The raising of the dead part 5.

This changeset updates the code base to use a functional API instead of a static Util class.

// oldReact\Async\Util::parallel(…); React\Async\Util::series(…); React\Async\Util::waterfall(…); // newReact\Async\parallel(…); React\Async\series(…); React\Async\waterfall(…);

Refs clue/reactphp-block#13, reactphp/promise#12 and others
Builds on top of #2, #3, #4 and #5

@clueclue added new feature New feature or request BC break labels Oct 20, 2021
@clueclue added this to the v2.0.0 milestone Oct 20, 2021
@clueclue requested a review from WyriHaximusOctober 20, 2021 05:37
@WyriHaximusWyriHaximus merged commit e0a97b1 into reactphp:mainOct 20, 2021
@clueclue deleted the functions branch November 20, 2021 13:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BC breaknew featureNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@WyriHaximus@SimonFrings