parallel_loop.py 文件源码

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

项目:picire 作者: renatahodovan 项目源码 文件源码
def _cleanup_slots(self):
        for i, pid in enumerate(self._slots):
            if pid != 0:
                if not psutil.pid_exists(pid):
                    self._slots[i] = 0

    # Target is expected to return True if loop shall continue and False if it
    # should break.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号