标签:import thread 释放 ack ase reading back color release
import threading
创建锁
mutex = threating.lock()
上锁
mutex.acquire.lock()
释放锁
mutex,release.lock()
from threading import lock
from threading import Thread
标签:import thread 释放 ack ase reading back color release
原文地址:http://www.cnblogs.com/lvhonglei-python/p/7069087.html