mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
added Wait
This commit is contained in:
@ -51,6 +51,11 @@ namespace Esyur.Core
|
||||
return new AsyncAwaiter<object[]>(this);
|
||||
}
|
||||
|
||||
public new object[] Wait()
|
||||
{
|
||||
return (object[])base.Wait();
|
||||
}
|
||||
|
||||
|
||||
public void Seal()
|
||||
{
|
||||
|
Reference in New Issue
Block a user