Files
deb-python-taskflow/taskflow/examples/wbe_simple_linear.out.txt
Joshua Harlow 494003283f Cleanup WBE example to be simpler to understand
This makes the example simpler to follow and understand when
it is using threads, is in one file and just uses the simpler
in-memory kombu backend by default (it can still use the file
transport if configured to use it).

Change-Id: I7fe9758e3285e7f0a610482bf26322841fb22f39
2014-08-30 17:29:08 -07:00

6 lines
148 B
Plaintext

Running 2 workers.
Executing some work.
Execution finished.
Result = {"result1": 1, "result2": 666, "x": 111, "y": 222, "z": 333}
Stopping workers.