Add a new AsynchronousLock class that uses the portage.locks module to
authorZac Medico <zmedico@gentoo.org>
Tue, 14 Sep 2010 02:25:58 +0000 (19:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 14 Sep 2010 02:25:58 +0000 (19:25 -0700)
commitd2e97d34a60ca84c84b42f9c0f732c22be7a0b46
tree82aa77105acdaaa545243ab106e7d6220f1614b6
parent063f8a597647da0ba9b3a421fd2b74dffd39a6cc
Add a new AsynchronousLock class that uses the portage.locks module to
acquire a lock asynchronously, using a background thread.
pym/_emerge/AsynchronousLock.py [new file with mode: 0644]
pym/portage/tests/locks/__init__.py [new file with mode: 0644]
pym/portage/tests/locks/__test__ [new file with mode: 0644]
pym/portage/tests/locks/test_asynchronous_lock.py [new file with mode: 0644]