ITask
ITask copied to clipboard
Provides an awaitable covariant ITask interface which may be used in place of the built-in Task class.
Results
2
ITask issues
Sort by
recently updated
recently updated
newest added
Create a .NET Core Standard 2.1 CLI project in Visual Studio, then use this code, set a breakpoint at the "await" line, then run and step through the code. When...
Not really an issue per say, just wanted to suggest that you update your documentation to reflect that this also works really well with covariant return type support that was...