Preparing search index...
The search index is not available
mobx-keystone
mobx-keystone
_await
Function _await
_await
<
T
>
(
promise
)
:
Generator
<
Promise
<
T
>
,
T
,
unknown
>
Makes a promise a flow, so it can be awaited with yield*.
Type Parameters
T
Parameters
promise
:
Promise
<
T
>
Promise.
Returns
Generator
<
Promise
<
T
>
,
T
,
unknown
>
Typeparam
T Promise return type.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
mobx-keystone
Loading...
Makes a promise a flow, so it can be awaited with yield*.