WorkerThreadScalingReport constructor

WorkerThreadScalingReport({
  1. int? currentThreadCount,
})

Implementation

WorkerThreadScalingReport({
  this.currentThreadCount,
});