From 186114996ce4e3bfff49df651a119d290862aced Mon Sep 17 00:00:00 2001 From: neuecc Date: Thu, 25 Feb 2021 13:13:40 +0000 Subject: [PATCH] docs: update TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2123fc9..faa9437 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ For advanced tips, see blog post: [Extends UnityWebRequest via async decorator p - [Getting started](#getting-started) - [Basics of UniTask and AsyncOperation](#basics-of-unitask-and-asyncoperation) - [Cancellation and Exception handling](#cancellation-and-exception-handling) +- [Timeout handling](#timeout-handling) - [Progress](#progress) - [PlayerLoop](#playerloop) - [async void vs async UniTaskVoid](#async-void-vs-async-unitaskvoid)