Is `withContext(<http://Dispatchers.IO|Dispatchers...
# coroutines
l
Is
withContext(<http://Dispatchers.IO|Dispatchers.IO>) { ... }
equivalent to
coroutineScope { ... }
efficiency-wise if invoked from
<http://Dispatchers.IO|Dispatchers.IO>
?
v
Yes, in that case they are more or less the same
a
What is the difference?
a
yes, no difference
a
cool, thanks!