ref: ec35f468e0eba87c9f09cbbe5fa8af2591e6f914
dir: /appl/acme/time.m/
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);
};