From 00830983ecd81f6c5c58088cd6373fa524a78d2c Mon Sep 17 00:00:00 2001 From: neuecc Date: Wed, 16 Sep 2020 00:56:48 +0000 Subject: [PATCH] deploy: d69490cb49c67ad211eace602008225e8f29b647 --- api/Cysharp.Threading.Tasks.UniTask.html | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Cysharp.Threading.Tasks.UniTask.html b/api/Cysharp.Threading.Tasks.UniTask.html index 0a80d75..c7a59ef 100644 --- a/api/Cysharp.Threading.Tasks.UniTask.html +++ b/api/Cysharp.Threading.Tasks.UniTask.html @@ -376,7 +376,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

Run<T>(Func<Object, UniTask<T>>, Object, Boolean, CancellationToken) -

Run action on the threadPool and return to main thread if configureAwait = true.

+

[Obsolete]recommend to use RunOnThreadPool(or UniTask.Void(async void), UniTask.Create(async UniTask)).

@@ -2261,7 +2261,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

Run<T>(Func<Object, UniTask<T>>, Object, Boolean, CancellationToken)

-

Run action on the threadPool and return to main thread if configureAwait = true.

+

[Obsolete]recommend to use RunOnThreadPool(or UniTask.Void(async void), UniTask.Create(async UniTask)).

diff --git a/manifest.json b/manifest.json index ed8a474..6ed1524 100644 --- a/manifest.json +++ b/manifest.json @@ -2781,7 +2781,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask.html", - "hash": "XZ1qazcEoxsfGEsZVqwT9w==" + "hash": "xVawnpbDS5ZBfHk+djCYlg==" } }, "is_incremental": false,