Files
deb-python-taskflow/taskflow/tests/unit/test_action_engine.py
Ivan A. Melnikov c19758dd41 Refactor engine internals
In this change we:
- introduce single graph action, that works with futures
- split methods of TaskAction into schedule/complete parts,
  with schedule* returns future;
- task executor became entity that manages Executor, instead
  of engine + graph action.

Change-Id: Ic0704534391abdd566bf2d87adabef43a9c88cfb
2013-12-20 10:31:29 +02:00

25 KiB