FastLED 3.9.15
Loading...
Searching...
No Matches

◆ warn_no_then()

void fl::task::Scheduler::warn_no_then ( int task_id,
const fl::string & trace_label )
private

Definition at line 112 of file scheduler.cpp.hpp.

112 {
113 if (!trace_label.empty()) {
114 FL_WARN(fl::string("[fl::task] Warning: no then() callback set for Task#") << task_id << " launched at " << trace_label);
115 } else {
116 FL_WARN(fl::string("[fl::task] Warning: no then() callback set for Task#") << task_id);
117 }
118}
bool empty() const FL_NOEXCEPT
#define FL_WARN(X)
Definition log.h:276

References fl::basic_string::empty(), and FL_WARN.

Referenced by update(), and update_tasks_of_type().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: