docs: update TOC

master
neuecc 2022-10-25 04:50:13 +00:00
parent d55748e05b
commit 15cffb7357
1 changed files with 27 additions and 27 deletions

View File

@ -18,34 +18,34 @@ UniTask
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## 目录 ## Table of Contents
- [入门](https://github.com/Cysharp/UniTask#getting-started) - [入门](#%E5%85%A5%E9%97%A8)
- [UniTask 和 AsyncOperation 的基础知识](https://github.com/Cysharp/UniTask#basics-of-unitask-and-asyncoperation) - [UniTask 和 AsyncOperation 基础知识](#unitask-%E5%92%8C-asyncoperation-%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86)
- [异步取消和异常处理](https://github.com/Cysharp/UniTask#cancellation-and-exception-handling) - [Cancellation and Exception handling](#cancellation-and-exception-handling)
- [超时处理](https://github.com/Cysharp/UniTask#timeout-handling) - [超时处理](#%E8%B6%85%E6%97%B6%E5%A4%84%E7%90%86)
- [进度](https://github.com/Cysharp/UniTask#progress) - [进度](#%E8%BF%9B%E5%BA%A6)
- [PlayerLoop](https://github.com/Cysharp/UniTask#playerloop) - [PlayerLoop](#playerloop)
- [async void 与 async UniTaskVoid 对比](https://github.com/Cysharp/UniTask#async-void-vs-async-unitaskvoid) - [async void 与 async UniTaskVoid 对比](#async-void-%E4%B8%8E-async-unitaskvoid-%E5%AF%B9%E6%AF%94)
- [UniTaskTracker介绍](https://github.com/Cysharp/UniTask#unitasktracker) - [UniTaskTracker](#unitasktracker)
- [拓展资源](https://github.com/Cysharp/UniTask#external-assets) - [外部拓展](#%E5%A4%96%E9%83%A8%E6%8B%93%E5%B1%95)
- [AsyncEnumerable 和 Async LINQ](https://github.com/Cysharp/UniTask#asyncenumerable-and-async-linq) - [AsyncEnumerable 和 Async LINQ](#asyncenumerable-%E5%92%8C-async-linq)
- [可等待的事件](https://github.com/Cysharp/UniTask#awaitable-events) - [可等待事件](#%E5%8F%AF%E7%AD%89%E5%BE%85%E4%BA%8B%E4%BB%B6)
- [Channel](https://github.com/Cysharp/UniTask#channel) - [Channel](#channel)
- [单元测试](https://github.com/Cysharp/UniTask#for-unit-testing) - [单元测试](#%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95)
- [线程池限制](https://github.com/Cysharp/UniTask#threadpool-limitation) - [线程池限制](#%E7%BA%BF%E7%A8%8B%E6%B1%A0%E9%99%90%E5%88%B6)
- [IEnumerator.ToUniTask 限制](https://github.com/Cysharp/UniTask#ienumeratortounitask-limitation) - [IEnumerator.ToUniTask 限制](#ienumeratortounitask-%E9%99%90%E5%88%B6)
- [UnityEditor 相关](https://github.com/Cysharp/UniTask#for-unityeditor) - [关于UnityEditor](#%E5%85%B3%E4%BA%8Eunityeditor)
- [与原生Task API 比较](https://github.com/Cysharp/UniTask#compare-with-standard-task-api) - [与原生Task API对比](#%E4%B8%8E%E5%8E%9F%E7%94%9Ftask-api%E5%AF%B9%E6%AF%94)
- [池化的配置](https://github.com/Cysharp/UniTask#pooling-configuration) - [池化配置](#%E6%B1%A0%E5%8C%96%E9%85%8D%E7%BD%AE)
- [Profiler 上的分配](https://github.com/Cysharp/UniTask#allocation-on-profiler) - [Profiler下的分配](#profiler%E4%B8%8B%E7%9A%84%E5%88%86%E9%85%8D)
- [UniTaskSynchronizationContext](https://github.com/Cysharp/UniTask#unitasksynchronizationcontext) - [UniTaskSynchronizationContext](#unitasksynchronizationcontext)
- [API 参考](https://github.com/Cysharp/UniTask#api-references) - [API References](#api-references)
- [UPM Package](https://github.com/Cysharp/UniTask#upm-package) - [UPM Package](#upm-package)
- [通过 git URL 安装](https://github.com/Cysharp/UniTask#install-via-git-url) - [通过 git URL 安装](#%E9%80%9A%E8%BF%87-git-url-%E5%AE%89%E8%A3%85)
- [通过 OpenUPM 安装](https://github.com/Cysharp/UniTask#install-via-openupm) - [通过 OpenUPM 安装](#%E9%80%9A%E8%BF%87-openupm-%E5%AE%89%E8%A3%85)
- [.NET Core](https://github.com/Cysharp/UniTask#net-core) - [.NET Core](#net-core)
- [许可证](https://github.com/Cysharp/UniTask#license) - [License](#license)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->