I want to create a completed Task
(not Task<T>
). Is there something built into .NET to do this?
A related question:
Create a completed Task<T>
I want to create a completed Task
(not Task<T>
). Is there something built into .NET to do this?
A related question:
Create a completed Task<T>