Module Sys.Mutex

type t
val create : unit -> t
val lock : t -> unit Fiber.t
val unlock : t -> unit