Preparing search index...
The search index is not available
mortice
mortice
MorticeImplementation
Interface MorticeImplementation
interface
MorticeImplementation
{
isWorker
:
boolean
;
readLock
(
name
,
options
)
:
(
(
)
=>
Promise
<
Release
>
)
;
writeLock
(
name
,
options
)
:
(
(
)
=>
Promise
<
Release
>
)
;
}
Index
Properties
is
Worker
Methods
read
Lock
write
Lock
Properties
is
Worker
is
Worker
:
boolean
Methods
read
Lock
read
Lock
(
name
,
options
)
:
(
(
)
=>
Promise
<
Release
>
)
Parameters
name
:
string
options
:
MorticeOptions
Returns
(
(
)
=>
Promise
<
Release
>
)
(
)
:
Promise
<
Release
>
Returns
Promise
<
Release
>
write
Lock
write
Lock
(
name
,
options
)
:
(
(
)
=>
Promise
<
Release
>
)
Parameters
name
:
string
options
:
MorticeOptions
Returns
(
(
)
=>
Promise
<
Release
>
)
(
)
:
Promise
<
Release
>
Returns
Promise
<
Release
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
is
Worker
read
Lock
write
Lock
mortice
Loading...