Hi,
I’m facing something I don’t understand:
I’m executing two coroutines creating a scope for each one with same dispatcher but different job. The first I fire is executed but the second it is not.
Am I doing something wrong with dispatchers?
Is the dispatcher blocking the second because the first is executing at the same time?
Thanks!