NovaECS - v1.0.11
    Preparing search index...

    Class ParallelScheduler

    Enhanced parallel scheduler that extends the original scheduler 扩展原始调度器的增强并行调度器

    Index

    Constructors

    Methods

    • Get system execution statistics 获取系统执行统计信息

      Returns { estimatedEfficiency: number; parallelSystems: number; totalSystems: number }

    • Enable or disable parallel execution 启用或禁用并行执行

      Parameters

      • enabled: boolean

      Returns void