docs: update memory and threading API docs
This commit is contained in:
@@ -19,7 +19,7 @@ void Lock()
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
Threading::Mutex mtx;
|
||||
XCEngine::Threading::Mutex mtx;
|
||||
int counter = 0;
|
||||
|
||||
void Increment() {
|
||||
|
||||
Reference in New Issue
Block a user