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

◆ warn_no_then()

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

Definition at line 195 of file async.cpp.

195 {
196 if (!trace_label.empty()) {
197 FL_WARN(fl::string("[fl::task] Warning: no then() callback set for Task#") << task_id << " launched at " << trace_label);
198 } else {
199 FL_WARN(fl::string("[fl::task] Warning: no then() callback set for Task#") << task_id);
200 }
201}
bool empty() const
Definition str.h:350
#define FL_WARN
Definition warn.h:12

References fl::StrN< SIZE >::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: