2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

New awaiters

This commit is contained in:
2019-12-31 13:23:55 +03:00
parent ed34ae229d
commit c8bec085a4
8 changed files with 181 additions and 11 deletions

View File

@ -46,9 +46,9 @@ namespace Esyur.Core
return this;
}
public new AsyncAwaiter<object[]> GetAwaiter()
public new AsyncBagAwaiter GetAwaiter()
{
return new AsyncAwaiter<object[]>(this);
return new AsyncBagAwaiter(this);
}
public new object[] Wait()