avyawahare

Stories kicked by avyawahare

Stop threads gracefuly(stefanprodan.wordpress.com)

submitted by alephaleph(85) 5 years ago

Every time you are using threads in your code you’ll need a way to stop them and from what I have been experienced the Thread.Abort() is not a choice. Here it is an example of how to stop threads gracefuly. read more...

add a comment |category: |Views: 37

tags: another