From 0b1ae7e2952a10d4efe300b5d7b3e170a488d199 Mon Sep 17 00:00:00 2001 From: neuecc Date: Mon, 7 Sep 2020 08:56:35 +0000 Subject: [PATCH] docs: update TOC --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b10fbd8..55db857 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ Techinical details, see blog post: [UniTask v2 — Zero Allocation async/await f - [Awaitable Events](#awaitable-events) - [Channel](#channel) - [For Unit Testing](#for-unit-testing) +- [ThreadPool limitation](#threadpool-limitation) +- [IEnumerator.ToUniTask limitation](#ienumeratortounitask-limitation) +- [For UnityEditor](#for-unityeditor) - [Compare with Standard Task API](#compare-with-standard-task-api) - [Pooling Configuration](#pooling-configuration) - [Allocation on Profiler](#allocation-on-profiler)