@jiminp/tooltool
GitHub
Preparing search index...
iterator
AsyncYieldEvent
Type Alias AsyncYieldEvent<Y>
Represents a yield event in an async generator execution.
See
AsyncEvent
AsyncGeneratorExecutor
type
AsyncYieldEvent
<
Y
>
=
{
type
:
"yield"
;
value
:
Y
;
}
Type Parameters
Y
The type of the yielded value
Index
Properties
type
value
Properties
type
type
:
"yield"
value
value
:
Y
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
GitHub
@jiminp/tooltool
Loading...
Represents a yield event in an async generator execution.
See