mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-17 01:30:23 +00:00
New awaiters
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user