kylelee
Results
2
issues of
kylelee
Line 201 in the TasksViewModel, viewModelScope.launch { result.value = filterItems(tasksResult.data, getSavedFilterType()) } Why google use coroutine??? what are the advantages or reasons??
in 'WeatherUseCase', 'OpenWeatherTemperatureRepository' why use 'coroutineScope'?? What happens if you don't use it