Files
deb-python-taskflow/taskflow/examples/pseudo_scoping.out.txt
Ivan A. Melnikov fad9e9aeb4 Add example for pseudo-scoping
Add an example how to use flow factories and prefixing to achieve
effect similar to scoping, but without it.

Change-Id: Ia587ad59f76a0dd477dba79c24e5f86f4b4a34ba
2014-06-17 10:08:08 +04:00

12 lines
238 B
Plaintext

Running simple flow:
Fetching number for Josh.
Calling Josh 777.
Calling many people using prefixed factory:
Fetching number for Jim.
Calling Jim 444.
Fetching number for Joe.
Calling Joe 555.
Fetching number for Josh.
Calling Josh 777.