shithub: purgatorio

ref: fb7dd4b3a868cb8987049c95bb32e6425a73c8b9
dir: purgatorio/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);
};