[Openmcl-cvs-notifications] Commit: ccl/level-1
gb at clozure.com
gb at clozure.com
Mon Oct 1 13:10:51 MDT 2007
Affected files with versions:
l1-processes.lisp,1.33
-----------------------------------
Details:
Update of /usr/local/tmpcvs/openmcl-dev/ccl/level-1
In directory clozure.com:/tmp/checkoutDeRHL/ccl/level-1
Modified Files:
l1-processes.lisp
Log Message:
(join-process (p process) &key default)
Waits for process p to quit. Returns the values returned by it initial
function if it quits normally. If killed, returns default if
specified, or signals an error otherwise.
Patterned after SBCL's join-thread function.
More information about the Openmcl-cvs-notifications
mailing list