primitive Park
Park the current A_Fiber from within a Primitive invocation. The reified A_Continuation will be available in getReifiedContinuation, and will be installed into the current fiber.
Return
Result.FIBER_SUSPENDED, for convenience.
Parameters
suspending Function
The primitive A_Function parking the fiber.