Files
deb-python-taskflow/taskflow/decorators.py
Ivan A. Melnikov 38a9908be4 Refactor decorators
Make decorator code lean and mean by employing FunctorTask to implement
them. This results in:
- making everything we call 'task' to provide same interface;
- encouraging distinction between task classes and task instances;
- code becoming simpler.

Implements: blueprint refactor-decorators
Change-Id: I43f4ae2db2b7a20f294e2f2d91d53e151a60b139
2013-08-23 09:12:27 +03:00

2.5 KiB