|
2 |
edited tags
|
||
|
1 |
|
||
What is the best way to make a thread signal another thread in .NET?I need to have a thread signal another if the user wishes to interrupt execution, however I'm unsure about how to implement the signaling/signal-checking mechanism. I wouldn't like to have a singleton in my project (like a global In this thread people suggest proper structures for that in C++, but I don't know about anything similar in .NET. Could somebody please shed some light?
|
||||
