IsolateWorkerPool<T, R> constructor

IsolateWorkerPool<T, R>({
  1. int count = 4,
})

Implementation

IsolateWorkerPool({this.count = 4});