resume From Failed Primitive
fun resumeFromFailedPrimitive( aFiber: A_Fiber, failureValue: A_BasicObject, failureFunction: A_Function, args: List<AvailObject>)
Content copied to clipboard
Schedule resumption of the specified fiber following suspension by a failedprimitive. This method is an entry point.
Parameters
a Fiber
The fiber to run.
failure Value
The failure value produced by the failed primitive attempt.
failure Function
The primitive failure function.
args
The arguments to the primitive.