当前位置:首页 » 编程语言 » pythondaemonthread

pythondaemonthread

发布时间: 2024-09-18 06:31:27

python daemon thread 什么概念

daemon
A boolean value indicating whether this thread is a daemon thread (True) or not (False). This must be set before start() is called, otherwise RuntimeError is raised. Its initial value is inherited from the creating thread; the main thread is not a daemon thread and therefore all threads created in the main thread default to daemon = False.
The entire Python program exits when no alive non-daemon threads are left.
当daemon被设置为True时,如果主线程退出,那么子线程也将跟着退出,
反之,子线程将继续运行,直到正常退出。

热点内容
ftp上传流程 发布:2024-11-25 00:18:27 浏览:89
安卓服光遇什么时候上线的 发布:2024-11-25 00:13:22 浏览:918
80万能买到酷路泽的什么配置 发布:2024-11-25 00:10:57 浏览:336
新浪微博中如何修改密码 发布:2024-11-25 00:10:52 浏览:100
iphone访问pc 发布:2024-11-24 23:53:43 浏览:480
编译不能显示 发布:2024-11-24 23:40:52 浏览:698
人体编程 发布:2024-11-24 23:40:51 浏览:304
谜妹缓存的文件在哪 发布:2024-11-24 23:38:12 浏览:146
服务器自动清理缓存 发布:2024-11-24 23:37:14 浏览:663
中国移动网络如何查密码 发布:2024-11-24 23:37:06 浏览:581