Files
deb-python-taskflow/taskflow/utils/async_utils.py
Joshua Harlow f862775c22 Return the same namedtuple that the future module returns
Instead of converting the namedtuple that the future wait
function returns into a normal tuple, just have our own
internal functions use the futures namedtuple directly instead
and avoid any conversion to/from that namedtuple into a normal
tuple.

Change-Id: I54b2595af8d58db60843195034d66a623c20277c
2014-12-21 19:42:23 +00:00

3.3 KiB