git: purgatorio

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