Metadata-Version: 1.1
Name: multi-thread-closing
Version: 1.0.1
Summary: this is a test package for packing python liberaries tutorial.
Home-page: https://www.github.com/ShichaoMa/MultiThreadClosing
Author: cn
Author-email: 308299269@qq.com
License: MIT
Description: # 强制关闭子线程程序<br/>
        # 使用信号管理主线程子线程关闭及资源回收操作<br/>
        
        ubuntu
        
        INSTALL
        
            git clone https://github.com/ShichaoMa/MultiThreadClosing.git
        
        HELLOWORLD
        
            ```
                # 参见test.py
            ```
        
        说明：
            第一次ctrl c开始关闭程序，等待子线程最后一次循环完毕
            第二次ctrl c强制关闭程序
        
Keywords: multi thread management
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
