@rimbu/channelMutex (namespace)Mutex.ConstructorsOn this pageinterface Mutex.ConstructorsDefines the static Mutex API.MethodscreateReturns a new Mutex instance that can be used to enforce single access to a shared resource.Definitioncreate(): Mutex;