C#C
C#3y ago
Heroshrine

✅ Does supplying a task with a delegate / action run that action on the main thread?

I would think if I do this it would run the method on the task's thread, but online I seem to have found information that this is the correct way to retrieve information from a thread? If this doesn't work, what is the correct way to retrieve information from a worker thread?
Was this page helpful?