lifecycle-utils
Preparing search index...
waitForLockRelease
Function waitForLockRelease
waitForLockRelease
<
const
Scope
extends
readonly
any
[]
>
(
scope
:
ValidLockScope
<
Scope
>
,
signal
?:
AbortSignal
,
)
:
Promise
<
void
>
Wait for a lock to be released for a given
scope
values.
Type Parameters
const
Scope
extends
readonly
any
[]
Parameters
scope
:
ValidLockScope
<
Scope
>
Optional
signal
:
AbortSignal
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
lifecycle-utils
Loading...
Wait for a lock to be released for a given
scope
values.