start method

void start()

Implementation

void start() {
  if (_started) return;
  _started = true;
  _syncLoop();
}