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