Is there a way to observe a Job for changes in child jobs - so that we can potentially visualise a 'queue' of jobs - without having to further abstract?
e
ephemient
04/11/2022, 1:16 PM
hmm. I think you could create your own
CoroutineDispatcher
with additional tracking in `interceptContinuation`/`releaseInterceptedContinuation`, but that feels pretty low level