https://kotlinlang.org logo
#coroutines
Title
# coroutines
u

uhe

10/04/2018, 2:54 PM
The question really comes down to what you mean by "running in parallel"... do you consider suspended coroutines to be "running"? Or do you only count active coroutines currently executing on thread as "running"?
👍🏼 1
e

enleur

10/04/2018, 2:56 PM
yeah, sorry. suspended coroutines count as running in parallel
3 Views