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

Class ThreadLocalReal

src/fl/stl/thread_local.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23#if FASTLED_USE_THREAD_LOCAL
24template <typename T> class ThreadLocalReal;
25template <typename T> using ThreadLocal = ThreadLocalReal<T>;
26#else
27template <typename T> class ThreadLocalFake;

Callers

nothing calls this directly

Calls 1

setClass · 0.70

Tested by

no test coverage detected