stop 方法

void stop()

停止 时钟

在此调用之后,elapsingTicks 计数将停止增加。如果 时钟 当前没有运行,则调用此方法没有任何效果。

实现

void stop() {
  _stop ??= _now();
}