mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-19 13:40:11 +00:00
more working
This commit is contained in:
@@ -403,6 +403,7 @@ namespace UniRx.Async
|
||||
return UniTask.CompletedTask;
|
||||
}
|
||||
|
||||
// Converting UniTask<T> -> UniTask is zero overhead.
|
||||
return new UniTask(this.source, this.token);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user