[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] article: Structured concurrency and Lua
- From: bil til <biltil52@...>
- Date: Wed, 21 Sep 2022 07:08:31 +0200
stupid me, thanks.
Am Di., 20. Sept. 2022 um 20:28 Uhr schrieb Lars Müller <appgurulars@gmx.de>:
>
> I believe the purpose of that is to have the print"done" after the
> do-end block, such that the nursery must have been closed before "done"
> is printed. Otherwise "done" would be printed before the nursery is
> closed, right after "waiting for child tasks".