mtsleppB.py 文件源码

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

项目:funing 作者: langzi1949 项目源码 文件源码
def main():
    print('starting --',ctime())
    locks = []
    nloops = range(len(loops))

    for i in nloops:
        lock = _thread.allocate_lock() # ?????
        lock.acquire() # ?????
        locks.append(lock)

    for  i in nloops:
        _thread.start_new_thread(loop,(i,loops[i],locks[i]))

    for i in nloops:
        while locks[i].locked():
            pass

    print('all Done---',ctime())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号