code: 9ferno

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