Twilight
Can a thread return a Task ?
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Use Task as it uses ThreadPool
We can use Task.Run(()=> { return “C# corner”} );