code: 9ferno

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