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

◆ id()

int fl::task::Handle::id ( ) const

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

302{ return mImpl ? mImpl->id() : 0; }
shared_ptr< ITaskImpl > mImpl
Definition task.h:194

References mImpl.