Re: Do we really need async generators?

2017-03-12 Thread Isiah Meadows
Missed the list... -- Forwarded message -- From: Isiah Meadows <isiahmead...@gmail.com> Date: Mon, Mar 13, 2017 at 12:14 AM Subject: Re: Do we really need async generators? To: Axel Rauschmayer <rausc...@icloud.com> From my basic reading, this is not that fa

Do we really need async generators?

2017-03-11 Thread Axel Rauschmayer
I’ve thought some more about the async iteration proposal [1] and my thinking has evolved: * I find the async iteration protocol and `for-await-of` useful. * But I still suspect that Communicating Sequential Processes (i.e., async functions plus library code) are a simpler solution than async