ref: 670f4e90ee6028ffee399e5a96fb5e4cd72fc7bc
Alarms: module{ PATH: con "/dis/svc/httpd/alarms.dis"; Alarm: adt{ alchan: chan of int; pid: int; stop: fn(a: self Alarm); alarm: fn(time: int): Alarm; }; };