Module CCLock.LockRef

module LockRef: sig .. end
Type allowing to manipulate the lock as a reference
Since 0.13

type 'a t 
val get : 'a t -> 'a
val set : 'a t -> 'a -> unit
val update : 'a t -> ('a -> 'a) -> unit