WorkerPool constructor

WorkerPool()

Construct a new pool.

Implementation

WorkerPool()
    : workers = [],
      localIsolates = [];