code: 9ferno

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