| threading | index /usr/lib/python2.1/threading.py |
Proposed new threading module, emulating a subset of Java's threading model.
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| _VERBOSE = 0 __file__ = '/usr/lib/python2.1/threading.pyc' __name__ = 'threading' _active = {1024: <_MainThread(MainThread, started)>} _active_limbo_lock = <lock object> _counter = 0 _limbo = {} | ||