FastLED 3.9.15
Loading...
Searching...
No Matches
thread.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef FASTLED_MULTITHREADED
4#define FASTLED_MULTITHREADED 0
5#endif
6
7#if FASTLED_MULTITHREADED and !defined(FASTLED_MULTITHREAD_SUPPRESS_WARNING)
8#warning \
9 "Warning: FastLED has never been used in a multi threading environment and may not work."
10#endif