onCoroutinePopScope property

void Function(CoCtrlStruct) onCoroutinePopScope
getter/setter pair

Handle the scope pop to collect the stack information via BaseRuntime.coCtrlStruct before it is set to null.

Implementation

void Function(CoCtrlStruct) onCoroutinePopScope;