ref: 6bb619c8db2867ddd9cd19c0aec05065f5ee0cae
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(); };