2
Answers

if Task.Run runs a task in async then why and when i should write asyn

q1) does Task.Run creast async task? (it is writen it runs on  an other thread.)

q2) if it does create async task then why and when we need Task.Run(async ()={}).

pls explan with examples.

Answers (2)