docs: update memory and threading API docs
This commit is contained in:
@@ -17,7 +17,7 @@ void Unlock()
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
Threading::Mutex mtx;
|
||||
XCEngine::Threading::Mutex mtx;
|
||||
std::vector<int> data;
|
||||
|
||||
void SafePush(int value) {
|
||||
|
||||
Reference in New Issue
Block a user