more working

This commit is contained in:
neuecc
2020-04-26 02:38:16 +09:00
parent 3654a9e2f9
commit f28743f7f6
16 changed files with 710 additions and 334 deletions

View File

@@ -403,6 +403,7 @@ namespace UniRx.Async
return UniTask.CompletedTask;
}
// Converting UniTask<T> -> UniTask is zero overhead.
return new UniTask(this.source, this.token);
}