Join Slack
Powered by
If your `queryAsync` returns a `Future`. If you do...
# coroutines
e
elizarov
12/22/2016, 12:04 PM
If your
queryAsync
returns a
Future
. If you do it without
await
you get a future. You use
await
to well, await, for the result of that future.
Open in Slack
Previous
Next