Join Slack
Powered by
so yes, you are right: `async` returns `Deferred&l...
# ktor
c
cy
11/29/2017, 3:59 PM
so yes, you are right:
async
returns
Deferred<T>
so you can use
await()
on it while
run(context)
does suspend until result available and then return result value
Open in Slack
Previous
Next