Join Slack
Powered by
So, `await` will do `suspendDisptachedCoroutine`, ...
# coroutines
e
elizarov
12/26/2016, 1:25 PM
So,
await
will do
suspendDisptachedCoroutine
, check is that is running with a cancellable dispatcher and, instead of waiting forever, will wait until the future is comple or the coroutine is canceled.
Open in Slack
Previous
Next