Tagged Questions
2
votes
4answers
809 views
Can I safely rely on IsBackground in Threads when the application terminates?
I'm running some background threads in the GUI. Currently I'm implementing a personal Thread cancellation code but there is IsBackground property in threads and according MSDN they'll cancel ...