so, doesn't allow you to use `?` on a `Future` (wi...
# development
w
so, doesn't allow you to use
?
on a
Future
(wishlist item!) but does make it less awkward to do synchronous error handling with
Result
in the context of a
Future
.