destroy method

void destroy()

Implementation

void destroy() {
  for (var w in _workers) {
    w.destroy();
  }
}