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

Simplify usage by supporting new default loop #46

Merged
merged 2 commits into from
Jul 11, 2021

Conversation

clue
Copy link
Member

@clue clue commented Jul 6, 2021

This changeset simplifies usage by supporting the new default loop.

// old (still supported)
$promise = timeout($promise, $time, $loop);
$promise = resolve($time, $loop);
$promise = reject($time, $loop);

// new (using default loop)
$promise = timeout($promise, $time);
$promise = resolve($time);
$promise = reject($time);

Builds on top of reactphp/event-loop#226, reactphp/event-loop#229 and reactphp/event-loop#232
Refs reactphp/stream#159

@clue clue added this to the v1.7.0 milestone Jul 6, 2021
@clue
Copy link
Member Author

clue commented Jul 6, 2021

The first commit updates this to the currently unreleased EventLoop component to show how the new default loop can be used in this component (the build should be green). The second commit updates this to the release that has yet to be tagged. This is expected to fail at the moment and should be green once the release is tagged and the build is restarted.

This is ready for review. I will restart the build and merge once reviewed and the EventLoop component is tagged.

@clue clue requested a review from WyriHaximus July 10, 2021 19:40
@clue clue changed the title [WIP] Simplify usage by supporting new default loop Simplify usage by supporting new default loop Jul 11, 2021
@clue
Copy link
Member Author

clue commented Jul 11, 2021

Restarted build and everyhing's green now that reactphp/event-loop v1.2.0 has been released :shipit:

@clue clue merged commit bebdd4a into reactphp:master Jul 11, 2021
@clue clue deleted the default-loop branch July 11, 2021 12:35
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.

None yet

2 participants