docs: update memory and threading API docs
This commit is contained in:
@@ -11,6 +11,8 @@ void RunOnMainThread(std::function<void()>&& func)
|
||||
|
||||
**返回:** 无
|
||||
|
||||
**线程安全:** ✅ (内部使用 mutex 保护主线程队列)
|
||||
|
||||
**复杂度:** O(1)
|
||||
|
||||
**使用场景:**
|
||||
|
||||
Reference in New Issue
Block a user