Coroutine scope for @ActivityRetained classes?

Viewed 151

If I have a class in my app annotated with @ActivityRetained it makes sense to able to access a coroutine scope that will be canceled appropriately. It would be similar to the viewModelScope in a ViewModel.

Is this something that can be done or is it something that still needs to be implemented?

0 Answers
Related