Files
deb-python-taskflow/taskflow/tests/unit/test_utils_threading_utils.py
Joshua Harlow 26dc9322a8 Ensure the thread bundle stops in last to first order
Instead of stopping in first started to last started
which is typically not desired (this is the starting
order) we should do the reverse and stop in last to
first instead (which is typically the expected
stopping order) by default.

Change-Id: Ic579438bc549d380c62c4d56c55c168de425adeb
2015-03-04 21:41:25 -08:00

5.4 KiB