Fix broken links in Threading API docs

Fix 14 broken cross-references in docs/api/threading/:
- lambda-task path: lambdatask -> lambda-task (5 occurrences)
- task-system-config path: tasksystemconfig -> task-system-config (6 occurrences)
- read-write-lock self-ref: readwritelock -> read-write-lock (6 occurrences)
- task-system cross-method: createtaskgroup/destroytaskgroup -> create-task-group/destroy-task-group
- thread cross-method: getcurrentid/getid -> get-current-id/get-id

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-26 01:30:37 +08:00
parent 1cf744b755
commit d34d040563
20 changed files with 21 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ XCEngine::Threading::ReadWriteLock rwLock;
## 相关文档
- [`ReadWriteLock`](readwritelock.md) - 返回类总览
- [`ReadWriteLock`](read-write-lock.md) - 返回类总览
- [`ReadLock`](readlock.md) - 获取读锁
- [`ReadUnlock`](readunlock.md) - 释放读锁
- [`WriteLock`](writelock.md) - 获取写锁