What approaches do exist to execute some code on specified thread? So let's imagine I have a Thead and a delegate and I need to execute this delegate on this thread. How can I implement it?What approaches do exist to execute some code o
What approaches do exist to execute some code on specified thread? So let's imagine I have a Thead and a delegate and I need to execute this delegate on this thread. How can I implement it?What approaches do exist to execute some code o