code: purgatorio

ref: d09cf07a82cf4ffb846a31d0384e774b4c4661e1
dir: /module/grid/regpoll.m/

View raw version
RegPoll : module {
	PATH: con "/usr/danny/res/regpoll.dis";

	STOPPED, STARTED, ERROR: con iota;
	init : fn (regaddr: string): (chan of int, chan of int);
};