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:
@ -51,9 +51,9 @@ namespace Esyur.Core
|
||||
}
|
||||
|
||||
|
||||
public new AsyncAwaiter<T[]> GetAwaiter()
|
||||
public new AsyncBagAwaiter<T> GetAwaiter()
|
||||
{
|
||||
return new AsyncAwaiter<T[]>(this);
|
||||
return new AsyncBagAwaiter<T>(this);
|
||||
}
|
||||
|
||||
public new T[] Wait()
|
||||
|
Reference in New Issue
Block a user