code: 9ferno

ref: 8111ed57c545908b8028b7cb45126af70c4586e6
dir: /module/grid/demo/exproc.m/

View raw version
Exproc : module
{
	getslavedata : fn (lst: list of string);
	doblock : fn (block: int, bpath: string);
	readblock : fn (block: int, dir: string, chanout: chan of string): int;
	finish : fn (waittime: int, tkchan: chan of string);
};