Uses of Interface
java.util.concurrent.StructuredTaskScope.Subtask
Packages that use StructuredTaskScope.SubtaskPREVIEW
-
Uses of StructuredTaskScope.SubtaskPREVIEW in java.util.concurrent
Methods in java.util.concurrent that return StructuredTaskScope.SubtaskPREVIEWModifier and TypeMethodDescription<U extends T>
StructuredTaskScope.SubtaskPREVIEW<U> Starts a new thread in this task scope to execute a value-returning task, thus creating a subtask of this task scope.Methods in java.util.concurrent with parameters of type StructuredTaskScope.SubtaskPREVIEWModifier and TypeMethodDescriptionprotected void
StructuredTaskScope.handleComplete
(StructuredTaskScope.SubtaskPREVIEW<? extends T> subtask) Invoked by a subtask when it completes successfully or fails in this task scope.