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

◆ set_interval_ms()

void fl::task::Handle::set_interval_ms ( int interval_ms)

Definition at line 308 of file task.cpp.hpp.

308{ if (mImpl) mImpl->set_interval_ms(interval_ms); }
int interval_ms() const FL_NOEXCEPT
Definition task.cpp.hpp:307
shared_ptr< ITaskImpl > mImpl
Definition task.h:194

References interval_ms(), and mImpl.

Referenced by operator=().

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