Task.Run((() => ))
new TaskFactory().StartNew((() => ))
What's the difference between them?
I wonder what the difference is
Task.Run((() => ))
new TaskFactory().StartNew((() => ))
What's the difference between them?
I wonder what the difference is