Do we have any idea when the visibility of methods...
# coroutines
g
Do we have any idea when the visibility of methods like
onCompletionInternal
et-al will either be made public or disappear? I presume there's some work involving
JobSupport
that needs to happen. I'm trying to write my own class that extends
AbstractCoroutine
, but I'm having a real difficult time.
e
Can you please elaborate you use-case in a separate github isssue so that we can look at the appropriate API for it.