Calling StructuredTaskScope.join() several times inside the same scope
Alan Bateman
Alan.Bateman at oracle.com
Mon Sep 4 08:01:50 UTC 2023
On 04/09/2023 08:55, forax at univ-mlv.fr wrote:
> :
> In term of design having a class that can be used directly as a concrete class and indirectly as an abstract class that provides support methods for other classes is hard to get right, because usually those two views clash for some feature. STS is a good example of such problem,
As you know, one of things that we need to decide is whether to allow
direct usage or always require it being subclassed to implement policy.
That is bigger topic before deciding whether to allow multiple rounds of
forking or not.
-Alan
More information about the loom-dev
mailing list