dispose method

void dispose()

Disposes the parallel processor

Implementation

void dispose() {
  _isolatePool?.dispose();
  _isolatePool = null;
}