taskflow/taskflow/examples
Takashi Kajinami 44f17d005f Remove six
This library no longer supports Python 2, thus usage of six can be
removed. This also removes workaround about pickle library used in
Python 2 only.

Change-Id: I19d298cf0f402d65f0b142dea0bf35cf992332a9
2022-05-18 16:12:37 +09:00
..
resume_many_flows Enabled hacking checks H305 and H307 2014-07-17 09:05:48 +02:00
99_bottles.py Remove class StopWatch from timing 2017-10-24 05:44:27 +00:00
alphabet_soup.py Add some basic/initial engine statistics 2016-02-01 17:37:49 -08:00
build_a_car.py Remove usage of deprecated 'task_notifier' property in build_car example 2015-06-12 11:35:19 -07:00
buildsystem.py Cleanup some of the example code & docs 2014-07-11 14:20:02 -07:00
calculate_in_parallel.py Fix a couple of spelling and grammar errors 2015-03-29 03:11:08 +11:00
calculate_linear.py Cleanup some of the example code & docs 2014-07-11 14:20:02 -07:00
create_parallel_volume.py Fix a couple of spelling and grammar errors 2015-03-29 03:11:08 +11:00
delayed_return.py Remove deprecated things for 2.0 release 2016-05-10 15:26:57 -07:00
distance_calculator.py Improve upon/adjust/move around new optional example 2015-02-11 15:52:51 -08:00
dump_memory_backend.py Remove **most** usage of taskflow.utils in examples 2015-07-17 08:48:17 -07:00
echo_listener.py Fix a couple of spelling and grammar errors 2015-03-29 03:11:08 +11:00
example_utils.py Remove six 2022-05-18 16:12:37 +09:00
fake_billing.py Fix a couple of spelling and grammar errors 2015-03-29 03:11:08 +11:00
graph_flow.py Have this example exit non-zero if incorrect results 2015-03-13 16:14:34 -07:00
hello_world.py Allow for specifying green threaded to parallel engine 2016-05-03 11:00:51 -07:00
jobboard_produce_consume_colors.py Remove six 2022-05-18 16:12:37 +09:00
parallel_table_multiply.py Remove six 2022-05-18 16:12:37 +09:00
persistence_example.py Remove **most** usage of taskflow.utils in examples 2015-07-17 08:48:17 -07:00
pseudo_scoping.out.txt Add example for pseudo-scoping 2014-06-17 10:08:08 +04:00
pseudo_scoping.py Add example for pseudo-scoping 2014-06-17 10:08:08 +04:00
resume_from_backend.out.txt A few resuming from backend comment adjustments 2013-10-16 15:46:25 -07:00
resume_from_backend.py Remove **most** usage of taskflow.utils in examples 2015-07-17 08:48:17 -07:00
resume_many_flows.out.txt Resumption from backend for action engine 2013-10-09 19:24:27 +04:00
resume_many_flows.py Fix unused and conflicting variables 2015-01-15 12:08:10 -05:00
resume_vm_boot.py Remove **most** usage of taskflow.utils in examples 2015-07-17 08:48:17 -07:00
resume_volume_create.py Remove **most** usage of taskflow.utils in examples 2015-07-17 08:48:17 -07:00
retry_flow.out.txt Flow smart revert with retry controller 2014-03-18 11:34:01 +02:00
retry_flow.py Remove white space between print and () 2016-07-18 05:33:57 +00:00
reverting_linear.out.txt Fix up python 3.3 incompatabilities 2013-11-21 18:38:44 +04:00
reverting_linear.py Merge "Cleanup some of the example code & docs" 2014-08-16 05:51:38 +00:00
run_by_iter.out.txt Add an example which uses the run iteration functionality 2014-05-07 17:39:33 -07:00
run_by_iter.py Remove six 2022-05-18 16:12:37 +09:00
run_by_iter_enumerate.out.txt Add a example which uses the run_iter function in a for loop 2014-05-22 18:52:23 -07:00
run_by_iter_enumerate.py Remove **most** usage of taskflow.utils in examples 2015-07-17 08:48:17 -07:00
share_engine_thread.py Remove six 2022-05-18 16:12:37 +09:00
simple_linear.out.txt Converted some examples to use patterns/engines 2013-09-04 19:33:12 +04:00
simple_linear.py Fix a couple of spelling and grammar errors 2015-03-29 03:11:08 +11:00
simple_linear_listening.out.txt Fix up python 3.3 incompatabilities 2013-11-21 18:38:44 +04:00
simple_linear_listening.py Add `simple_linear_listening` example to generated docs 2015-06-12 11:27:09 -07:00
simple_linear_pass.out.txt Example which shows how to move values from one task to another 2014-09-12 18:22:19 -07:00
simple_linear_pass.py Fix a couple of spelling and grammar errors 2015-03-29 03:11:08 +11:00
simple_map_reduce.py Remove six 2022-05-18 16:12:37 +09:00
switch_graph_flow.py Remove **most** usage of taskflow.utils in examples 2015-07-17 08:48:17 -07:00
timing_listener.py Fix a couple of spelling and grammar errors 2015-03-29 03:11:08 +11:00
tox_conductor.py Remove six 2022-05-18 16:12:37 +09:00
wbe_event_sender.py Remove six 2022-05-18 16:12:37 +09:00
wbe_mandelbrot.out.txt Add a mandelbrot parallel calculation WBE example 2014-09-12 22:03:26 +00:00
wbe_mandelbrot.py Remove six 2022-05-18 16:12:37 +09:00
wbe_simple_linear.out.txt Cleanup WBE example to be simpler to understand 2014-08-30 17:29:08 -07:00
wbe_simple_linear.py When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
wrapped_exception.py Remove direct usage of the deprecated failure location 2014-10-21 15:37:44 -07:00