clear method

void clear()

Clear all jobs

Implementation

void clear() {
  _queue.clear();
  _jobsById.clear();
}