zeed
    Preparing search index...

    Type Alias AsyncMutex

    AsyncMutex: (fn: () => void, elseFn?: () => void) => Promise<boolean>

    Type Declaration

      • (fn: () => void, elseFn?: () => void): Promise<boolean>
      • Parameters

        • fn: () => void
        • OptionalelseFn: () => void

        Returns Promise<boolean>