Class: _XLock | Twisted-0.19.0/twisted/python/threadable.py | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Exclusive lock class. The advantage of this over threading.RLock
is that it's picklable (kinda...). The goal is to one day not be
dependent upon threlading, and to have this work for any old
|