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
I don't think people manually calling Future.then is going to be the main issue. Most people use await instead. If we never make it work for direct use of futures, just normal functions and awaited async functions, it'll probably be adequate.
And just making it work for synchronous functions is hard enough.
Closing as duplicate, feel free to contribute the discussion on the other issue.
Something similar to throwable from Java maybe?
The text was updated successfully, but these errors were encountered: