mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 03:50:11 +00:00
fix Await UniTaskAsyncEnumerable.Timer is not over. #76
This commit is contained in:
@@ -86,6 +86,10 @@ namespace NetCoreSandbox
|
||||
await Task.Delay(10, cancellationToken);
|
||||
}
|
||||
|
||||
private async UniTaskVoid HogeAsync()
|
||||
{
|
||||
}
|
||||
|
||||
static async Task Main(string[] args)
|
||||
{
|
||||
await foreach (var item in UniTaskAsyncEnumerable.Range(1, 10)
|
||||
|
||||
Reference in New Issue
Block a user