resumeFromFailedPrimitive

fun resumeFromFailedPrimitive(    aFiber: A_Fiber,     failureValue: A_BasicObject,     failureFunction: A_Function,     args: List<AvailObject>)

Schedule resumption of the specified fiber following suspension by a failedprimitive. This method is an entry point.

Parameters

aFiber

The fiber to run.

failureValue

The failure value produced by the failed primitive attempt.

failureFunction

The primitive failure function.

args

The arguments to the primitive.