Open jamesderlin opened 4 years ago
https://github.com/dart-lang/site-www/pull/510 added yield* to the language tour, but it just says:
yield*
If your generator is recursive, you can improve its performance by using yield*:
which is a bit vague and doesn't explain what yield* actually does.
The old Dart Language Asynchrony Support: Phase 2 article had a more thorough explanation, and I can't find any counterpart on the current Dart site.
@MaryaBelanger : Can you add this to the language work you're reviewing?
https://github.com/dart-lang/site-www/pull/510 added
yield*
to the language tour, but it just says:which is a bit vague and doesn't explain what
yield*
actually does.The old Dart Language Asynchrony Support: Phase 2 article had a more thorough explanation, and I can't find any counterpart on the current Dart site.