I’m a bit confused here. I’m following this talk from Christina Lee from Droidcon around coroutines and trying to migrate my sample app from Rx following it.
My question is, if I define the coroutineContext using the Main dispatcher by default, when I call
launch {}
am I not running the code inside on the main thread?