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

◆ stop()

void fl::task::Coroutine::stop ( )
inline

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

53 {
54 if (mImpl) {
55 mImpl->stop();
56 }
57 }
platforms::TaskCoroutinePtr mImpl
Definition task.cpp.hpp:68

References mImpl, and stop().

Referenced by stop().

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