shithub: purgatorio

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