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

◆ ~lock_guard()

template<typename MutexType>
fl::lock_guard< MutexType >::~lock_guard ( )
inline

Definition at line 81 of file mutex.h.

81 {
82 mMutex.unlock();
83 }
MutexType & mMutex
Definition mutex.h:92

References mMutex.