reifier To Restart With Arguments
fun reifierToRestartWithArguments(continuation: A_Continuation, arguments: Array<AvailObject>): StackReifier
Obtain an appropriate StackReifier for restarting the specified continuation with the given arguments.
Return
The requested StackReifier.
Parameters
continuation
The continuation to restart.
arguments
The arguments with which to restart the continuation.