Uses of Class
cloud.opencode.base.parallel.structured.StructuredScope
Packages that use StructuredScope
Package
Description
OpenCode Parallel - Modern Parallel Computing Utilities
OpenCode 并行 - 现代化并行计算工具
Structured Package - Structured Concurrency (JDK 25 JEP 499/501)
结构化包 - 结构化并发 (JDK 25 JEP 499/501)
-
Uses of StructuredScope in cloud.opencode.base.parallel
Methods in cloud.opencode.base.parallel that return StructuredScopeModifier and TypeMethodDescriptionstatic <T> StructuredScope<T> OpenStructured.scope()Creates a structured scope with shutdown-on-failure policy.static <T> StructuredScope<T> OpenStructured.scopeAny()Creates a structured scope with shutdown-on-success policy. -
Uses of StructuredScope in cloud.opencode.base.parallel.structured
Methods in cloud.opencode.base.parallel.structured that return StructuredScopeModifier and TypeMethodDescriptionForks a task in this scope.Forks multiple tasks in this scope.final StructuredScope<T> Forks multiple tasks in this scope.static <T> StructuredScope<T> StructuredScope.shutdownOnFailure()Creates a scope that shuts down on first failure.static <T> StructuredScope<T> StructuredScope.shutdownOnSuccess()Creates a scope that shuts down on first success.