FastLED 3.9.15
Loading...
Searching...
No Matches
fl::task Member List

This is the complete list of members for fl::task, including all inherited members.

after_frame()fl::taskstatic
after_frame(const fl::TracePoint &trace)fl::taskstatic
after_frame(function< void()> on_then)fl::taskstatic
after_frame(function< void()> on_then, const fl::TracePoint &trace)fl::taskstatic
at_framerate(int fps)fl::taskstatic
at_framerate(int fps, const fl::TracePoint &trace)fl::taskstatic
before_frame()fl::taskstatic
before_frame(const fl::TracePoint &trace)fl::taskstatic
cancel()fl::task
catch_(function< void(const Error &)> on_catch)fl::task
every_ms(int interval_ms)fl::taskstatic
every_ms(int interval_ms, const fl::TracePoint &trace)fl::taskstatic
get_impl() constfl::taskinlineprivate
has_catch() constfl::task
has_then() constfl::task
id() constfl::task
interval_ms() constfl::task
is_valid() constfl::taskinline
last_run_time() constfl::task
mImplfl::taskprivate
operator=(const task &)=defaultfl::task
operator=(task &&)=defaultfl::task
ready_to_run(uint32_t current_time) constfl::task
Scheduler classfl::taskfriend
set_last_run_time(uint32_t time)fl::task
task()=defaultfl::task
task(const task &)=defaultfl::task
task(task &&)=defaultfl::task
task(shared_ptr< TaskImpl > impl)fl::taskexplicitprivate
then(function< void()> on_then)fl::task
trace_label() constfl::task
type() constfl::task