mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 12:00:10 +00:00
Add Awaitable.AsUniTask()
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#if UNITY_2023_1_OR_NEWER
|
||||
namespace Cysharp.Threading.Tasks
|
||||
{
|
||||
public static class UnityAwaitableExtensions
|
||||
{
|
||||
public static async UniTask AsUniTask(this UnityEngine.Awaitable awaitable)
|
||||
{
|
||||
await awaitable;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c29533c9e4284dee914b71a6579ea274
|
||||
timeCreated: 1698895807
|
||||
Reference in New Issue
Block a user