ref: 83246e296ea433b65b9d295b5e08fedd39ff1ab7
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); };