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:
@ -255,9 +255,9 @@ namespace Esyur.Core
|
||||
//}
|
||||
}
|
||||
|
||||
public AsyncAwaiter<object> GetAwaiter()
|
||||
public AsyncAwaiter GetAwaiter()
|
||||
{
|
||||
return new AsyncAwaiter<object>(this);
|
||||
return new AsyncAwaiter(this);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user