0
Answer

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

Photo of rajesh yadav

rajesh yadav

19h
54
1

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.

Next Recommended Forum