association.py 文件源码

python
阅读 32 收藏 0 点赞 0 评论 0

项目:pynetdicom3 作者: pydicom 项目源码 文件源码
def kill(self):
        """Kill the main association thread loop."""
        self._kill = True
        self.is_established = False
        while not self.dul.stop_dul():
            time.sleep(0.001)

        self.ae.cleanup_associations()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号