[External] : Re: STS allows to bypass any checked exceptions
Attila Kelemen
attila.kelemen85 at gmail.com
Mon May 15 15:56:04 UTC 2023
> > Or better provide an AbstractFlockManager (whatever the name) and let all STSs to internally delegate to that object the same way AbstractQueueSynchronizer powers the different lock APIs in java.uti.concurrent.locks;
>
> Sure, the plan is to do that, too.
>
Or is there any plan to provide something even lower level? I mean -
if I'm not mistaken - currently the only reason I can't write an STS,
because I can't make threads inherit the scoped values. If that
ability would be provided, then providing STS in the JDK wouldn't be
that necessary, since 3rd party libs could provide it at a lower risk.
Or is the internal `ThreadFlock` you are planning to open is planned
instead of directly allowing scoped value inheritance / capture?
More information about the loom-dev
mailing list