lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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