summaryrefslogtreecommitdiff
path: root/module/grid/demo/exproc.m
blob: f4b7ec0492427c33ad58fe0dafb97550ba854fbf (plain)
1
2
3
4
5
6
7
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);
};