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

Function kill_all_pio_processes

ci/util/pio_process_killer.py:279–281  ·  view source on GitHub ↗

Kill all tracked PIO processes immediately.

()

Source from the content-addressed store, hash-verified

277
278
279def kill_all_pio_processes() -> None:
280 """Kill all tracked PIO processes immediately."""
281 _registry._cleanup_all_processes()
282
283
284class TrackedPopen:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected