caller

fun A_Continuation.caller(): A_Continuation

The continuation to which control will pass when this continuation returns. May be nil, indicating this is the outermost stack frame of its fiber and will produce a value from the fiber itself.

Return

The calling continuation or nil.