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 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 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)).