lifecycle-utils
Preparing search index...
waitForLockRelease
Function waitForLockRelease
waitForLockRelease
(
scope
:
any
,
key
:
string
,
signal
?:
AbortSignal
)
:
Promise
<
void
>
Wait for a lock to be released for a given
scope
and
key
.
Parameters
scope
:
any
key
:
string
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
andkey
.