Files
deb-python-taskflow/taskflow/engines/action_engine/engine.py
Joshua Harlow 7f7c9285d1 Avoid holding the state lock while notifying
To avoid dead lock where a notifier will callback
into the engine to perform a further state transition
make sure we activate the state change notifiation
after locking and not during it.

Fixes bug 1301091

Change-Id: Ic81e15150e44d36489757372db32adfb5440feb4
2014-07-28 23:11:16 +08:00

8.4 KiB