ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
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);
};