code: 9ferno

ref: aa4cf3a4b23b4a06b2c67c18957f0574aa37df8b
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);
};