Module jdk.incubator.concurrent
Package jdk.incubator.concurrent
package jdk.incubator.concurrent
Defines APIs for structured concurrency and extent locals.
Incubating Feature. Will be removed in a future release.
Incubating Feature. Will be removed in a future release.
-
ClassDescriptionExtentLocal<T>Represents a variable that is local to an extent.An immutable map of extent-local variables to values.A basic API for structured concurrency.A StructuredTaskScope that captures the exception of the first task to complete abnormally.A StructuredTaskScope that captures the result of the first task to complete successfully.Thrown when a structure violation is detected.