class type mutex_t = object .. end
object
end
the class type of a single mutex, used for performing advisory locking of some action
method lock : unit
unit
method unlock : unit