FastLED 3.9.15
Loading...
Searching...
No Matches
fl::MutexFake< T > Class Template Reference

Detailed Description

template<typename T>
class fl::MutexFake< T >

Definition at line 23 of file mutex.h.

#include <mutex.h>

+ Inheritance diagram for fl::MutexFake< T >:

Public Member Functions

 MutexFake ()=default
 
 MutexFake (const MutexFake &)=delete
 
 MutexFake (MutexFake &&)=delete
 
void lock ()
 
MutexFakeoperator= (const MutexFake &)=delete
 
MutexFakeoperator= (MutexFake &&)=delete
 
bool try_lock ()
 
void unlock ()
 

Private Attributes

int mLockCount = 0
 

The documentation for this class was generated from the following file: