ref: 0ee70192a6748cb9adf572ac584ca7dd417cf1ef
dir: /module/lock.m/
Lock: module { PATH: con "/dis/lib/lock.dis"; Semaphore: adt { c: chan of int; obtain: fn(nil: self ref Semaphore); release: fn(nil: self ref Semaphore); new: fn(): ref Semaphore; }; init: fn(); };