7#include "platforms/thread.h"
10#ifndef FASTLED_USE_THREAD_LOCAL
11#define FASTLED_USE_THREAD_LOCAL FASTLED_MULTITHREADED
38 using fl::platforms::this_thread::get_id;
39 using fl::platforms::this_thread::yield;
40 using fl::platforms::this_thread::sleep_for;
41 using fl::platforms::this_thread::sleep_until;
this_thread namespace for thread-specific operations
fl::platforms::thread thread
Thread abstraction for FastLED.
fl::platforms::thread_id thread_id
Thread ID type.
Base definition for an LED controller.
Platform detection for FASTLED_MULTITHREADED macro.