close method

void close()

Close the monitor and free resources

Implementation

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