8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should support initializing a Promise from a Result, resolving a Resolver with a Result, and converting a Result to a PromiseResult.
Promise
Result
Resolver
PromiseResult
The text was updated successfully, but these errors were encountered:
This has to go in v0.6.0 because the appropriate naming here introduces overloads, which is potentially backwards-incompatible.
Sorry, something went wrong.
abb8ef6
No branches or pull requests
We should support initializing a
Promise
from aResult
, resolving aResolver
with aResult
, and converting aResult
to aPromiseResult
.The text was updated successfully, but these errors were encountered: