Stopping a Thread in Java?

后端 未结 6 2015
耶瑟儿~
耶瑟儿~ 2020-11-30 06:46

I\'m in the process of writing a piece of code that connects to a server spawns a bunch of threads using that connection and does a bunch of \"stuff\".

There are cer

6条回答
  •  眼角桃花
    2020-11-30 07:44

    I've used this very simply example pattern. It seems to work and is easy to understand and implement.

提交回复
热议问题