getReifiedContinuation

fun getReifiedContinuation(): AvailObject?

Answer the (bottom) portion of the call stack that has been reified. This must always be either an A_Continuation, nil, or null. It's typed as AvailObject to avoid potential JVM runtime checks.

Return

The current reified A_Continuation.