@bluelibs/runner - v5.5.0
Preparing search index...
IAsyncLocalStorage
Interface IAsyncLocalStorage<T>
interface
IAsyncLocalStorage
<
T
>
{
getStore
()
:
T
|
undefined
;
run
<
R
>
(
store
:
T
,
callback
:
()
=>
R
)
:
R
;
}
Type Parameters
T
Index
Methods
get
Store
run
Methods
get
Store
getStore
()
:
T
|
undefined
Returns
T
|
undefined
run
run
<
R
>
(
store
:
T
,
callback
:
()
=>
R
)
:
R
Type Parameters
R
Parameters
store
:
T
callback
:
()
=>
R
Returns
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Store
run
@bluelibs/runner - v5.5.0
Loading...