git: purgatorio

ref: c116550e6a41572796e4db65e4f6acbcb3d9d6f8
dir: /appl/acme/time.m/

View raw version
Timerm : module {
	PATH : con "/dis/acme/time.dis";

	init : fn(mods : ref Dat->Mods);

	timerinit: fn();
	timerstart : fn(dt : int) : ref Dat->Timer;
	timerstop : fn(t : ref Dat->Timer);
	timerwaittask : fn(t : ref Dat->Timer);
};