.. _more_examples: More Examples ============= While some of the examples below are meant to demonstrate the features of the ``async-graph-data-flow`` library, others (e.g., running a synchronous function, sharing state across functions) show what could be possible -- we aren't limited by the implemented features! If you have questions or would like to contribute an example of your own, please open an issue at the `GitHub repository `_ for discussion. .. toctree:: :maxdepth: 1 more_examples/flexible_edge_behaviors_between_nodes more_examples/customizable_start_nodes more_examples/graph_with_nodes_only_and_no_edges more_examples/data_flow_statistics_and_logging more_examples/concurrent_tasks_per_node more_examples/halting_graph_execution_upon_exceptions more_examples/accessing_and_raising_an_exception more_examples/incorporating_a_synchronous_function more_examples/shared_state_across_asynchronous_functions