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

◆ Coroutine() [1/3]

fl::task::Coroutine::Coroutine ( fl::string name,
TaskFunction function,
size_t stack_size = 4096,
u8 priority = 5,
int core_id = -1 )
inline

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

43 : mImpl(platforms::createTaskCoroutine(fl::move(name), fl::move(function), stack_size, priority, core_id)) {
44 }
platforms::TaskCoroutinePtr mImpl
Definition task.cpp.hpp:68
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References mImpl, and fl::move().

Referenced by Coroutine(), Coroutine(), operator=(), and operator=().

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