[cmucl-ticket] [cmucl] #77: Add JOIN-PROCESS
cmucl
cmucl-devel at common-lisp.net
Sat Mar 16 17:15:57 UTC 2013
#77: Add JOIN-PROCESS
-------------------------+--------------------------------------------------
Reporter: sionescu | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Core | Version: 2013-03-a
Keywords: |
-------------------------+--------------------------------------------------
There should be a JOIN-PROCESS function that waits for a process to
complete and returns its return value.
The current implementation in Bordeaux-Threads uses (mp:process-wait "..."
(lambda () (not (mp:process-alive-p process)))), but that doesn't fulfill
the second requirement.
--
Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/77>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.
More information about the cmucl-ticket
mailing list