resumeFromSuccessfulPrimitive

fun resumeFromSuccessfulPrimitive(    aFiber: A_Fiber,     resumingPrimitive: Primitive,     result: A_BasicObject)

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

Parameters

aFiber

The fiber to run.

resumingPrimitive

The suspended primitive that is resuming. This must agree with the fiber's A_Fiber.suspendingFunction's raw function's primitive.

result

The result of the primitive.