Is there any better way to do this: `future { theF...
# coroutines
r
Is there any better way to do this:
future { theFuture }.await()
e.g. if there is some extension that lets me do this out of the box instead of first turning the future into a deferred and then awaiting the deferred