feat fix mutux

This commit is contained in:
tqcq
2024-02-24 10:31:28 +08:00
parent 46976d53f9
commit b1a9a8a17f
8 changed files with 141 additions and 11 deletions

29
src/include/sled/ubench.h Normal file
View File

@@ -0,0 +1,29 @@
/**
* @file : {{FILE}}
* @created : {{TIMESTAMP}}
* @license : {{LICENSE}}
**/
#ifndef{{MACRO_GUARD } }
#define{{MACRO_GUARD } }
namespace {
{
CURSOR
}
}// namespace
{
class {
{
CAMEL_CLASS
}
} {
public:
};
}// namespace
#endif// {{MACRO_GUARD}}