v1.2.1
- A template defined inside an
asyncIter
or anawaitIter
loop body is allowed to use relevant control structures:yieldAsync
,yieldAsyncFrom
;break
,continue
,return
,result
.
asyncIter
or an awaitIter
loop body is allowed to use relevant control structures: yieldAsync
, yieldAsyncFrom
; break
, continue
, return
, result
.