关于[Fun with async generators and for await]的摘要:
Async generators (and their close friend for await) are a really cool feature of modern JavaScript that you can use when a loop requires asynchronous iteration. What the heck is that? Well let’s look at a regular for...of loop...
原文地址: https://kamsar.net/index.php/2021/07/Fun-with-async-generators-and-for-await/