Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 153 Bytes

yield-inside-async-function.md

File metadata and controls

7 lines (4 loc) · 153 Bytes

Pattern: yield inside async function

Issue: -

Description

Used when an yield or yield from statement is found inside an async function.