Preparing search index...
The search index is not available
@resonatehq/sdk
@resonatehq/sdk
WithTimeout
Class WithTimeout
Implements
IStorage
<
DurablePromiseRecord
>
Index
Constructors
constructor
Properties
storage
Methods
all
rmd
rmw
Constructors
constructor
new
With
Timeout
(
storage
?
)
:
WithTimeout
Parameters
storage
:
IStorage
<
DurablePromiseRecord
>
= ...
Returns
WithTimeout
Properties
Private
storage
storage
:
IStorage
<
DurablePromiseRecord
>
= ...
Methods
all
all
(
)
:
AsyncGenerator
<
DurablePromiseRecord
[]
,
void
,
unknown
>
Returns
AsyncGenerator
<
DurablePromiseRecord
[]
,
void
,
unknown
>
rmd
rmd
(
id
,
func
)
:
Promise
<
boolean
>
Parameters
id
:
string
func
:
(
(
item
)
=>
boolean
)
(
item
)
:
boolean
Parameters
item
:
DurablePromiseRecord
Returns
boolean
Returns
Promise
<
boolean
>
rmw
rmw
<
T
>
(
id
,
func
)
:
Promise
<
T
>
Type Parameters
T
extends
undefined
|
DurablePromiseRecord
Parameters
id
:
string
func
:
(
(
item
)
=>
T
)
(
item
)
:
T
Parameters
item
:
undefined
|
DurablePromiseRecord
Returns
T
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
storage
all
rmd
rmw
@resonatehq/sdk
Loading...