[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: yield from __close
- From: Matthew Wild <mwild1@...>
- Date: Mon, 19 Oct 2020 16:48:57 +0100
On Wed, 7 Oct 2020 at 13:15, John Belmonte <john@neggie.net> wrote:
>
> I think it would be worth it. It enables, for example, anything that can be done today using Python's async context managers (including structured concurrency).
>
> I have the start of a structured concurrency implementation prototyped in about 200 lines of Lua. Fairly exciting, and I was looking forward to posting some articles as things progressed-- but the yield issue is a show stopper.
Have to agree that this is an important feature, I hadn't got as far
as implementing it but I was not aware of this limitation.
Regards,
Matthew