Hwaro::Core::Build::ParallelConfig
Inherits Struct / Value / Object
Configuration for parallel processing
Constructors
new(enabled : Bool = true, max_workers : Int32 = 0, batch_size : Int32 = 10)
SourceInstance methods
batch_size
Sourcebatch_size=(batch_size : Int32)
Sourcecalculate_workers(item_count : Int32) : Int32
Calculate actual worker count based on CPU and workload
enabled
Sourceenabled=(enabled : Bool)
Sourcemax_workers
Sourcemax_workers=(max_workers : Int32)
Source