reifier To Restart With Arguments
fun reifierToRestartWithArguments(continuation: A_Continuation, arguments: Array<AvailObject>): StackReifier
Content copied to clipboard
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.