引入强制执行的读写锁

This commit is contained in:
2024-07-10 02:58:42 +08:00
parent 90106f5abe
commit d52f02225f
4 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// 版权所有 (c) ling 保留所有权利。
// 除非另行说明否则仅允许在DataStruct中使用此文件中的代码。
//
// 由 ling 创建于 24-7-10.
//
#include "mutex/shared_mutex.h"
namespace ling {
} // ling