code: 9ferno

ref: 2a98788f4f7b67f06546cfb2a8ef6367796527a0
dir: /module/wait.m/

View raw version
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);
};