Next Prev Up Top Contents Index

process-reset

Function
Summary

Resets a process by discarding its current state.

Package

mp

Signature

process-reset process =>

Arguments

process

A process.

Values

None.

Description

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.


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index