[Python-ideas] Are there asynchronous generators?

Paul Moore p.f.moore at gmail.com
Fri Jul 3 12:54:05 CEST 2015


On 3 July 2015 at 11:36, Nick Coghlan <ncoghlan at gmail.com> wrote:
> On 3 July 2015 at 13:16, Andrew Barnert <abarnert at yahoo.com> wrote:
>>
>> The difference between a server and an MDI app is that you usually need hundreds or thousands of connections as opposed to a handful of documents, but the control flow for each is usually more linear, so the wizard-like design is a much more obvious choice.
>
> Ah, thank you - yes, the "stepping through a wizard" case is a good
> example, as it hits the same kind multi-step process that causes
> problems with network applications.

Yes, that is a very good example of a (non-IO) use case for the new
async capabilities.
Thanks,
Paul


More information about the Python-ideas mailing list