mgrazianodecastro
02/16/2023, 12:18 PMrunTest testScope coroutine.mgrazianodecastro
02/16/2023, 12:23 PMCoroutineScope(...).launch{} is the way to gophldavies
02/16/2023, 2:54 PMCoroutineScope follows the lifetime of the repository. I.e. provide a close method on the repository that will cancel the scope.mgrazianodecastro
02/16/2023, 2:56 PM