cpython/Lib/multiprocessing
Antoine Pitrou 7c3e577395 Issue #7316: the acquire() method of lock objects in the :mod:threading
module now takes an optional timeout argument in seconds.  Timeout support
relies on the system threading library, so as to avoid a semi-busy wait
loop.
2010-04-14 15:44:10 +00:00
..
dummy
__init__.py
connection.py
forking.py Merged revisions 78777,78787,78790 via svnmerge from 2010-03-08 13:32:17 +00:00
heap.py
managers.py
pool.py Issue #7316: the acquire() method of lock objects in the :mod:threading 2010-04-14 15:44:10 +00:00
process.py Missing part from r78654 2010-03-04 16:10:55 +00:00
queues.py
reduction.py
sharedctypes.py
synchronize.py
util.py