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

Method shutdown

ci/util/test_runner.py:1278–1281  ·  view source on GitHub ↗

Shutdown all monitoring threads

(self)

Source from the content-addressed store, hash-verified

1276 del self.monitoring_threads[process]
1277
1278 def shutdown(self) -> None:
1279 """Shutdown all monitoring threads"""
1280 self.shutdown_event.set()
1281 self.monitoring_threads.clear()
1282
1283 def check_for_stuck_processes(self) -> list[StuckProcessSignal]:
1284 """Check for any stuck process signals from monitoring threads"""

Callers 5

_run_parallelMethod · 0.95
mainFunction · 0.45
cancel_allMethod · 0.45
stopMethod · 0.45

Calls 2

setMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected