Files
deb-python-taskflow/taskflow/utils/lock_utils.py
Joshua Harlow d302b52a4e Use condition context manager instead of acquire/release
Just use the condition in the read/write lock as a context
manager instead of doing acquire, try, finally, release to
achieve the same thing.

Change-Id: I8cfa5e1067882b34ede2e21eefa10b3ecdd09c43
2015-03-08 10:14:15 -07:00

17 KiB