From 04a6c39bd10f7ad3dd353147d2c8b652c2a92ee1 Mon Sep 17 00:00:00 2001 From: neuecc Date: Wed, 16 Sep 2020 00:50:33 +0000 Subject: [PATCH] deploy: 4e460c11caaa732bb32e1cf4044bedc2f2cb648e --- api/Cysharp.Threading.Tasks.UniTask.html | 28 ++++++++++++------------ manifest.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/api/Cysharp.Threading.Tasks.UniTask.html b/api/Cysharp.Threading.Tasks.UniTask.html index be91041..0a80d75 100644 --- a/api/Cysharp.Threading.Tasks.UniTask.html +++ b/api/Cysharp.Threading.Tasks.UniTask.html @@ -327,49 +327,49 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

Run(Action, 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)).

Run(Action<Object>, 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)).

Run(Func<UniTask>, 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)).

Run(Func<Object, UniTask>, 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)).

Run<T>(Func<T>, 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)).

Run<T>(Func<UniTask<T>>, 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)).

Run<T>(Func<Object, 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)).

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

Run(Action, 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)).

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

Run(Action<Object>, 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)).

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

Run(Func<UniTask>, 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)).

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

Run(Func<Object, UniTask>, 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)).

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

Run<T>(Func<T>, 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)).

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

Run<T>(Func<UniTask<T>>, 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)).

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

Run<T>(Func<Object, 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 530df60..ed8a474 100644 --- a/manifest.json +++ b/manifest.json @@ -2781,7 +2781,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask.html", - "hash": "sKYriHEmoVGQfYoh2t7ZQA==" + "hash": "XZ1qazcEoxsfGEsZVqwT9w==" } }, "is_incremental": false,