Opened 12 years ago
#78 new defect
MP:PROCESS-WAIT should have an efficient way to wait for completion of another process
Reported by: | sionescu | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | 2013-03-a |
Keywords: | Cc: |
Description
With the addition of a MP:PROCESS-FINISHED-P, the scheduler could avoid polling in this case:
(mp:process-wait "..." #'mp:process-finished-p other-process)
Note: See
TracTickets for help on using
tickets.