metarhia / swayer

Schema based frontend framework 👀
MIT License
52 stars 11 forks source link

impl async iterable for children #11

Closed phewphewb closed 2 years ago

phewphewb commented 2 years ago

:rocket: Improvements

This is a suggestion to make schema's child arrays async iterable to improve compiler performance.

NOTE: Taken @tshemsedinov s implementation of the async iterable contract for arrays.

phewphewb commented 2 years ago

CLOSING NOTE

The functionality was added in the @rohiievych 's commit with his own implementation of the async iterable contract.