You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling done() transfers all responsibility for errors to your code. If an error (either a thrown exception or returned rejection) escapes the $onFulfilled or $onRejected callbacks you provide to done, it will be rethrown in an uncatchable way causing a fatal error.
The text was updated successfully, but these errors were encountered:
Please see https://github.com/reactphp/promise#done-vs-then
How can I have "done" in guzzle/promises?
I need this feature in Event Loop Integration
The text was updated successfully, but these errors were encountered: