interface Mutex.Constructorsimport { type Mutex } from "https://deno.land/x/rimbu@1.2.0/channel/mod.ts"; const { Constructors } = Mutex; Defines the static Mutex API. Methodscreate(): MutexReturns a new Mutex instance that can be used to enforce single access to a shared resource.