MCPcopy Create free account
hub / github.com/FastLED/FastLED / stop

Method stop

ci/util/meson_example_runner.py:76–81  ·  view source on GitHub ↗

Stop the heartbeat thread.

(self)

Source from the content-addressed store, hash-verified

74 self._last_message = message
75
76 def stop(self) -> None:
77 """Stop the heartbeat thread."""
78 self._stop_event.set()
79 if self._thread:
80 self._thread.join(timeout=2.0)
81 self._thread = None
82
83 def _heartbeat_loop(self) -> None:
84 """Periodically print status to keep CI alive and show progress."""

Callers 3

compile_examplesFunction · 0.95
run_examplesFunction · 0.95
stop_fbuild_daemonFunction · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected