Converts a generator function into an async generator function, by using yield __await in place of normal await.
yield __await
await
The reference to use as the this value in the generator function
this
The optional arguments array
The generator function
Generated using TypeDoc
Converts a generator function into an async generator function, by using
yield __await
in place of normalawait
.