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
This might be helpful for composing async tasks.
The text was updated successfully, but these errors were encountered:
Might be interesting indeed! If you wish to contribute it feel free :)
Sorry, something went wrong.
Good to know!
Also, I think it might be helpful if async API could also return a Promise like React Native did (and still support callback/block API)
Location.geocode('apple inc').then do |location| puts location.address end.rescue |error| puts error end
Indeed, we could change the existing APIs to return a Promise instead. But I guess we need to figure out the initial API and implementation first.
No branches or pull requests
This might be helpful for composing async tasks.
The text was updated successfully, but these errors were encountered: