In C# what is the recommended way of passing data between 2 threads?

后端 未结 9 846
长发绾君心
长发绾君心 2020-12-08 01:36

I have my main GUI thread, and a second thread running inside it\'s own ApplicationContext (to keep it alive, even when there is no work to be done). I want to call a method

9条回答
提交回复
热议问题