Structured Concurrency yet again
Eric Kolotyluk
eric at kolotyluk.net
Tue May 9 20:43:35 UTC 2023
Alan, looking at https://openjdk.org/jeps/8306641
It would be nice to see what TaskHandle looks like. In
https://docs.oracle.com/en/java/javase/20/docs/api/index.html I cannot
find any TaskHandle. Can this be defined in this document?
Everyone, I think the move from scope.fork(...) returning
Supplier/TaskHandle instead of Future is a good move. Took me a while
swallow it, but after I did, I felt better.
On 2023-05-09 10:27 a.m., Alan Bateman wrote:
> On 09/05/2023 17:33, Remi Forax wrote:
>> I think we should restart the work on the structured concurrency API
> There is updated JEP for the SC API [1] that we hope will become a
> candidate soon.
>
> -Alan.
>
> [1] https://openjdk.org/jeps/8306641
More information about the loom-dev
mailing list