gpt4 book ai didi

python - 判断线程是否已经启动

转载 作者:行者123 更新时间:2023-11-28 20:22:58 27 4
gpt4 key购买 nike

如何判断一个python线程是否已经启动?有一个方法 is_alive() 但这是真的 beforewhile 线程正在运行。

最佳答案

可以查看Thread实例的ident字段。 Python 2.7 documentation for Threadingident 描述为

The ‘thread identifier’ of this thread or None if the thread has not been started.

关于python - 判断线程是否已经启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21957966/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com