Feature Request P3
Status Update
Comments
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #2
Do you have a sample project that reproduces this issue that you can attach / link here?
Description
LifecycleScope does not allow for any dependency injection of its parent job or dispatcher.
Rather than use the built-in
.lifecycleScope
function, I would like to construct one.I would like to be able to specify a:
Job
CoroutineName
. This allows me to useCoroutineName
to pause/resume specific coroutines to assist with testing. For a coroutine launched with the currentLifecycleScope
- I cannot do this