stop method

void stop()

Stops a Loop

Implementation

void stop() {
  _stop = true;
}