How safe is it to use AbstractCoroutine class?
# coroutines
r
How safe is it to use AbstractCoroutine class?
o
probably not very safe, given the
@InternalCoroutinesApi
see the docs on that annotation
r
Right. Any alternatives? I want the lower level APIs of coroutines
o
I don't really know what you're doing, so I can't suggest something in particular.
r
Right of course. Thanks I'll keep looking into my use case