clear method

void clear()

Clear all pooled objects

Implementation

void clear() {
  _available.clear();
}