Thread abstraction for FastLED.
This is a platform-independent thread wrapper that delegates to:
- fl::platforms::thread (std::thread wrapper) on multithreaded platforms
- fl::platforms::ThreadFake (synchronous execution) on single-threaded platforms
Usage:
});
fl::platforms::thread thread
Thread abstraction for FastLED.
Definition at line 31 of file thread.h.