docs: update resources API docs

This commit is contained in:
2026-03-20 02:35:35 +08:00
parent fd792b7df1
commit ea756c0177
314 changed files with 9439 additions and 1360 deletions

View File

@@ -0,0 +1,23 @@
# AsyncLoader::Shutdown
```cpp
void Shutdown()
```
关闭异步加载器。取消所有待处理的加载请求并清理资源。
**参数:**
**返回:**
**复杂度:** O(n)
**示例:**
```cpp
AsyncLoader::Get().Shutdown();
```
## 相关文档
- [AsyncLoader 总览](asyncloader.md) - 返回类总览