resume From Successful Primitive
fun resumeFromSuccessfulPrimitive(aFiber: A_Fiber, resumingPrimitive: Primitive, result: A_BasicObject)
Schedule resumption of the specified fiber following suspension by a successful primitive. This method is an entry point.
Parameters
a Fiber
The fiber to run.
resuming Primitive
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.