Join Slack
Powered by
Does anything really disasterous happen if you cal...
# announcements
e
EarthCitizen
01/10/2020, 10:32 AM
Does anything really disasterous happen if you call
runBlocking
from a coroutine scope or does it just take over the thread while executing?
d
diesieben07
01/10/2020, 10:33 AM
It acts like any other blocking function, it will block the thread until it's done.
diesieben07
01/10/2020, 10:33 AM
It doesn't interact with the existing coroutine context or scope
e
EarthCitizen
01/10/2020, 3:48 PM
Thank you!
Open in Slack
Previous
Next