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,