NovaECS - v1.0.11
    Preparing search index...

    Interface ParallelSchedulerConfig

    Enhanced scheduler configuration 增强调度器配置

    interface ParallelSchedulerConfig {
        enableParallel?: boolean;
        enableProfiling?: boolean;
        fallbackToSequential?: boolean;
        runnerConfig?: RunnerConfig;
    }
    Index

    Properties

    enableParallel?: boolean

    Whether to enable parallel execution 是否启用并行执行

    enableProfiling?: boolean

    Enable performance monitoring 启用性能监控

    fallbackToSequential?: boolean

    Fallback to sequential execution on error 错误时回退到顺序执行

    runnerConfig?: RunnerConfig

    Runner configuration 执行器配置