Skip to content

Change to use functional API instead of static Util class - #6

Merged
WyriHaximus merged 2 commits into
reactphp:mainfrom
clue-labs:functions
Oct 20, 2021
Merged

Change to use functional API instead of static Util class#6
WyriHaximus merged 2 commits into
reactphp:mainfrom
clue-labs:functions

Conversation

@clue

@clueclue commented Oct 20, 2021

Copy link
Copy Markdown
Member

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
@clue
clue requested a review from WyriHaximusOctober 20, 2021 05:37
@WyriHaximus
WyriHaximus merged commit e0a97b1 into reactphp:mainOct 20, 2021
@clue
clue 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