shithub: purgatorio

ref: 866d74c0c4bb50e85e9e8bb95140c10d409e53be
dir: purgatorio/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);
};