Ivann Ruiz
09/17/2020, 5:24 PMCoroutineDispatcher
I'm using for iOS. There's a few variants out there, but this specific implementation allows for using delay()
calls in suspend function. I keep this object inside my SharedViewModel
and use it to define the viewModelScope
for iOS coroutines.Thomas
09/17/2020, 8:38 PMIvann Ruiz
09/18/2020, 8:36 PM