Join Slack
Powered by
Quick question: is `(coroutineScope + dispatcher)...
# coroutines
p
Patrick Steiger
08/06/2023, 12:12 AM
Quick question: is
(coroutineScope + dispatcher).launch { }
exactly the same as
coroutineScope.launch(dispatcher) { }
? Is there any scenario where those two calls might behave differently?
👍 1
Open in Slack
Previous
Next