Files
deb-python-taskflow/taskflow
Joshua Harlow 75517eb0e0 Use the node built-in 'dfs_iter' instead of recursion
We can just use the non-recursive depth first iteration
of nodes when scanning for atoms to select for a given
scope level instead of using recursive calls to achieve
the same effect.

This makes it possible to have large and heavily nested
flows that are not restricted by the python stack limit.

Change-Id: I0d18565680f777adbdfca9d4983636c6b3e848da
2015-10-02 23:14:22 +00:00
..
2014-02-22 17:16:29 +08:00
2015-08-28 17:54:25 +03:00
2015-08-23 10:00:51 -07:00