Files
deb-python-taskflow/taskflow/engines/worker_based/cache.py
Joshua Harlow d440972d10 Avoid calling callbacks while holding locks
Instead of calling the callback while holding
a write lock (a recipe for deadlock) call the
callbacks after we pop all the values to avoid
any potential for deadlock.

Change-Id: Idb4275d8f07d60e2ed83c0987b6c7354a09c8a71
2014-03-12 18:26:23 -07:00

1.8 KiB