process-wait

[procedure] process-wait [pid nohang]

Chicken: wait() or waitpid(). See process-fork, process-run.

[procedure] process-wait process

STk, STklos, Gauche: wait termination of the child process returned form run-process.

Gauche also has the direct interface of wait() and waitpid() by sys-wait? and sys-waitpid?.