durable-execution - v0.32.0
GitHub
Preparing search index...
Mutex
Type Alias Mutex
A mutex returned by
createMutex
.
type
Mutex
=
{
acquire
:
()
=>
Promise
<
void
>
;
release
:
()
=>
void
;
}
Index
Properties
acquire
release
Properties
acquire
acquire
:
()
=>
Promise
<
void
>
release
release
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
acquire
release
GitHub
durable-execution - v0.32.0
Loading...
A mutex returned by createMutex.