reset method

void reset()

Clears the internal monitor state.

Implementation

void reset() {
  _monitor.reset();
}