runFiberAction

fun runFiberAction(fiber: A_Fiber, selectedContinuation: A_Continuation, doAction: AvailDebuggerModel.(A_Fiber, A_Continuation) -> Unit)

Allow the specified fiber to run in some way until some condition is met. Supersede any existing run/step mode for this fiber. We must be in a safe point to change this mode.