Skip to content

Conversation

@clue
Copy link
Owner

@clue clue commented Oct 18, 2021

This changeset simplifies usage by supporting the new default loop.

// old (still supported)
Clue\React\Block\await($promise, $loop);
Clue\React\Block\awaitAny($promises, $loop);
Clue\React\Block\awaitAll($promises, $loop);

// new (using default loop)
Clue\React\Block\await($promise);
Clue\React\Block\awaitAny($promises);
Clue\React\Block\awaitAll($promises);

Builds on top of reactphp/event-loop#226 and reactphp/http#410
Builds on top of #59

@clue clue added this to the v1.5.0 milestone Oct 18, 2021
@clue clue requested a review from SimonFrings October 18, 2021 12: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.

2 participants