Is there a way I can differentiate between compile...
# coroutines
y
Is there a way I can differentiate between compiler-generated `Continuation`s and custom implementations? I know that
BaseContinuationImpl
is a class they all inherit from, but I'm unsure if custom continuations might inherit from that, and I'm unsure if this is the case on all platforms
Is there some special mark, perhaps in the metadata