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

Heads up! Development focus on react/async #68

Open
SimonFrings opened this issue Sep 1, 2022 · 2 comments
Open

Heads up! Development focus on react/async #68

SimonFrings opened this issue Sep 1, 2022 · 2 comments

Comments

@SimonFrings
Copy link
Contributor

If you're currently using this project, you may want to check out the successor https://github.com/reactphp/async instead 🎉 We've merged the await() function from this project into the new react/async package without the optional parameters $loop and $timeout. Upgrading should still be simple and should take no longer than a few minutes in most cases:

// old
$result = Clue\React\Block\await($promise);

// new
$result = React\Async\await($promise);

This project may see some smaller adjustments / fixes in the future, but all development efforts and new features will focus on react/async instead. Upgrading is highly recommended.

We're planning to soft-deprecate this project in the future after a reasonable transition period. We want to ensure a smooth upgrade path and will not break any existing implementations, so you can keep installing old versions from this project, but should not expect any major changes and feature additions.

Head over to https://github.com/reactphp/async!

Refs: reactphp/async#8
This ticket is similar to clue/reactphp-buzz#177 by @clue.

@joecampo

This comment was marked as off-topic.

@SimonFrings

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants