New candidate JEP: 464: Scoped Values (Second Preview)

Sam Pullara spullara at gmail.com
Wed Nov 29 19:49:14 UTC 2023


I think that is just pseudocode and is probably fine. "Frameowrk" is
misspelled though.

On Wed, Nov 29, 2023 at 7:40 AM Pedro Lamarão <pedro.lamarao at prodist.com.br>
wrote:

> Hello all, thanks for your hard work!
> In section "Thread-local variables for sharing", in the code listing, near
> (2), we read "Application.handle(request, response)".
> Was that meant to be "application.handle(request, response)"?
> Atte.
> Pedro.
>
> Em qua., 29 de nov. de 2023 às 12:21, Mark Reinhold <
> mark.reinhold at oracle.com> escreveu:
>
>> https://openjdk.org/jeps/464
>>
>>   Summary: Introduce scoped values, which enable the safe and efficient
>>   sharing of immutable data within and across threads. They are preferred
>>   to thread-local variables, especially when using large numbers of
>>   virtual threads. This is a preview API.
>>
>> - Mark
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/loom-dev/attachments/20231129/c651dd8d/attachment.htm>


More information about the loom-dev mailing list