Join Slack
Powered by
Is there any better way to do this: `future { theF...
# coroutines
r
rogeralsing
07/27/2017, 9:02 PM
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
2
Views
Open in Slack
Previous
Next