API reference › @evolu/common › Task › createMutexRef
function createMutexRef<T>(initialValue: T): MutexRef<T>;
Defined in: packages/common/src/Task.ts:2867
Creates a MutexRef with the given initial immutable value.
API reference › @evolu/common › Task › createMutexRef
function createMutexRef<T>(initialValue: T): MutexRef<T>;
Defined in: packages/common/src/Task.ts:2867
Creates a MutexRef with the given initial immutable value.