ref: 44ce0097b612a1fefd754065bdf8d9d2e5ef60c8
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); };