docs: update memory and threading API docs
This commit is contained in:
@@ -17,7 +17,7 @@ bool TryLock()
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
Threading::Mutex mtx;
|
||||
XCEngine::Threading::Mutex mtx;
|
||||
volatile bool updated = false;
|
||||
|
||||
void TryUpdate() {
|
||||
|
||||
Reference in New Issue
Block a user