yield return based on Coroutines

Alan Bateman Alan.Bateman at oracle.com
Mon Sep 4 09:49:06 UTC 2023


On 04/09/2023 10:12, Daniel Schmid wrote:
>
> Should a JBS issue be created in order to track the effort of 
> introducing generators?
>
>

Generators topic isn't small enhancement that can only be tracked in 
JBS. There are some very big issue issues around control flow and how it 
interacts with several language and library features. There is also many 
directions, several people have done prototypes that runs the generator 
in the same thread, others have used an ephemeral thread. Maybe 
somewhere down the road there is a JEP but I think there is a lot to do 
before then.

-Alan


More information about the loom-dev mailing list