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

Function _touch_dlls_bg

ci/meson/streaming.py:291–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 _bdir = build_dir
290
291 def _touch_dlls_bg() -> None:
292 try:
293 touched = _opt.touch_dlls_if_lib_unchanged(
294 _bdir
295 )
296 if touched > 0:
297 _ts_print(
298 f"[BUILD] ⚡ Suppressed {touched} DLL relinks"
299 f" (fastled shared lib content unchanged)"
300 )
301 finally:
302 dll_touch_done.set()
303
304 dll_touch_done.clear()
305 threading.Thread(

Callers

nothing calls this directly

Calls 2

setMethod · 0.45

Tested by

no test coverage detected