Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.23 KB

HISTORY.md

File metadata and controls

24 lines (20 loc) · 1.23 KB

2021-08

Presented to plenary meeting for Stage 2 on 2021-08-31. Was accepted.

2021-10

Presented to plenary meeting as an update on 2021-10-26.

2021-12

Presented to plenary meeting for Stage 2 on 2021-12-14. Was rejected due to need to clarify awaiting semantics with and without mapping-function arguments.

2022-07

Discussion occurred about awaiting semantics and mapping functions in issue #19. It was eventually decided to match for await and the proposed AsyncIterator.prototype.toArray by awaiting values from input sync iterators once, awaiting values from input async iterators not at all, and awaiting results returned by mapping functions once.