|
ESPHome 2026.5.0-dev
|
Mutex implementation, with API based on the unavailable std::mutex. More...
#include <helpers.h>
Public Member Functions | |
| Mutex (const Mutex &)=delete | |
| Mutex & | operator= (const Mutex &)=delete |
| Mutex ()=default | |
| ~Mutex ()=default | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| Mutex () | |
| ~Mutex ()=default | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
Mutex implementation, with API based on the unavailable std::mutex.
|
delete |
|
default |
Definition at line 35 of file helpers.cpp.
|
default |
Definition at line 36 of file helpers.cpp.
|
default |