Join Slack
Powered by
`withContext` doesn't start a coroutine, it just s...
# coroutines
b
bj0
04/01/2018, 4:56 AM
withContext
doesn't start a coroutine, it just switches your execution onto a different context/thread, which sounds like what you need. don't block your caller's thread
👍 2
➕ 2
Open in Slack
Previous
Next