xref: /inferno-os/module/grid/demo/exproc.m (revision 7ef44d652ae9e5e1f5b3465d73684e4a54de73c0)
1Exproc : module
2{
3	getslavedata : fn (lst: list of string);
4	doblock : fn (block: int, bpath: string);
5	readblock : fn (block: int, dir: string, chanout: chan of string): int;
6	finish : fn (waittime: int, tkchan: chan of string);
7};