ref: ad5a80bfb081dc954be03836cc65090e0f6c7e4f
dir: /appl/svc/httpd/alarms.m/
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;
};
};