d01b7d7018
This patch adds the posibility of passing the blocking argument to the context manager to be used when acquiring the lock. Previous behavior will be preserved, so now we will be able to use the context manager in any of the following ways: with lock(10.0): with lock(False): with lock(): with lock: The last 2 are equivalent. Change-Id: I6d2f486ac45078ec4ce77de52b7997f2122d4dc8 |
||
---|---|---|
.. | ||
drivers | ||
__init__.py | ||
test_coordination.py | ||
test_memcache.py | ||
test_mysql.py | ||
test_postgresql.py | ||
test_utils.py |