RFR: 8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning [v3]
Alan Bateman
alanb at openjdk.org
Wed Oct 23 11:35:09 UTC 2024
On Wed, 23 Oct 2024 06:11:26 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Sequence number, nouce, anything will work here as it's just to deal with the scenario where the timeout task for a previous wait may run concurrently with a subsequent wait.
>
> Suggestion: `timedWaitCounter` ?
We could rename it to timedWaitSeqNo if needed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21565#discussion_r1812537648
More information about the nio-dev
mailing list