ref: 995a32b23775fd83b4d808d713b8d885cc2b297b
dir: /module/wait.m/
Wait: module
{
PATH: con "/dis/lib/wait.dis";
init: fn();
read: fn(fd: ref Sys->FD): (int, string, string);
monitor: fn(fd: ref Sys->FD): (int, chan of (int, string, string));
parse: fn(status: string): (int, string, string);
};