Uses of Class
cloud.opencode.base.parallel.executor.ExecutorConfig.Builder
Packages that use ExecutorConfig.Builder
Package
Description
Executor Package - Virtual Thread Executors
执行器包 - 虚拟线程执行器
-
Uses of ExecutorConfig.Builder in cloud.opencode.base.parallel.executor
Methods in cloud.opencode.base.parallel.executor that return ExecutorConfig.BuilderModifier and TypeMethodDescriptionstatic ExecutorConfig.BuilderExecutorConfig.builder()Creates a new builder.ExecutorConfig.Builder.inheritThreadLocals(boolean inheritThreadLocals) Sets whether to inherit thread locals.ExecutorConfig.Builder.maxConcurrency(int maxConcurrency) Sets the maximum concurrency.ExecutorConfig.Builder.namePrefix(String namePrefix) Sets the thread name prefix.ExecutorConfig.Builder.taskTimeout(Duration taskTimeout) Sets the task timeout.ExecutorConfig.Builder.uncaughtExceptionHandler(Thread.UncaughtExceptionHandler handler) Sets the uncaught exception handler.