Can a thread return a Task ?
We can use Task.Run(()=> { return “C# corner”} );
Use Task as it uses ThreadPool