Uses of Class
jdk.incubator.concurrent.StructuredTaskScope
Packages that use StructuredTaskScope
Package
Description
Defines APIs for structured concurrency and extent locals.
-
Uses of StructuredTaskScope in jdk.incubator.concurrent
Subclasses of StructuredTaskScope in jdk.incubator.concurrentModifier and TypeClassDescriptionstatic final class
A StructuredTaskScope that captures the exception of the first task to complete abnormally.static final class
A StructuredTaskScope that captures the result of the first task to complete successfully.Methods in jdk.incubator.concurrent that return StructuredTaskScopeModifier and TypeMethodDescriptionStructuredTaskScope.join()
Wait for all threads to finish or the task scope to shut down.Wait for all threads to finish or the task scope to shut down, up to the given deadline.