Resets a process by discarding its current state.
mp
process-reset process =>
process
A process.
None.
process-reset interrupts the execution of process and "throws away" its current state. Upon resuming execution, the process calls its function with its initial argument and priority.
process-reset