Uses of Class
jdk.incubator.concurrent.ExtentLocal.Carrier
Packages that use ExtentLocal.Carrier
Package
Description
Defines APIs for structured concurrency and extent locals.
-
Uses of ExtentLocal.Carrier in jdk.incubator.concurrent
Methods in jdk.incubator.concurrent that return ExtentLocal.CarrierModifier and TypeMethodDescriptionExtentLocal.Carrier.where
(ExtentLocal<T> key, T value) Returns a newCarrier
, which consists of the contents of this carrier plus a new mapping fromkey
tovalue
.static <T> ExtentLocal.Carrier
ExtentLocal.where
(ExtentLocal<T> key, T value) Creates a binding for an extent-local variable.