#78: MP:PROCESS-WAIT should have an efficient way to wait for completion of another process ----------------------+----------------------------------------------------- Reporter: sionescu | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 2013-03-a Keywords: | ----------------------+----------------------------------------------------- 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) }}}