可以快速上手的开发文档
前言: 不要试图用强制方法杀掉一个python线程,这从服务设计上就存在不合理..
python主要是通过thread和threading这两个模块来实现多线程支持。python的thread模块是比較底层的..