wyrm::unix::wait [ child | any | pgrp [ group ] ]
Wait for a child to terminate or exit.
The command returns a three element list: the process that completed, the word exit or signal, and the exit code or signal number. This command enters the event loop and processes all events until it a child completes or there are no children (which is an error).