taskflow/doc/source/utils.rst
Joshua Harlow b1c22dc2e2 Replace the tree 'pformat()' recursion with non-recursive variant
This adjusted variant creates the same output but is hopefully
easier to understand and follow than the recursive version.

This version is also not limited by the python stack limit which
is a general good thing to avoid being limited by.

It also adds a bunch of tests to make sure the format is as expected
under various tree structures.

Change-Id: I2ae42c7c1bf72794800929250bcf6ccbe658230b
2015-07-27 11:20:39 -07:00

1.0 KiB

Utilities

Warning

External usage of internal utility functions and modules should be kept to a minimum as they may be altered, refactored or moved to other locations without notice (and without the typical deprecation cycle).

Async

taskflow.utils.async_utils

Deprecation

taskflow.utils.deprecation

Eventlet

taskflow.utils.eventlet_utils

Iterators

taskflow.utils.iter_utils

Kazoo

taskflow.utils.kazoo_utils

Kombu

taskflow.utils.kombu_utils

Miscellaneous

taskflow.utils.misc

Mixins

taskflow.utils.mixins

Persistence

taskflow.utils.persistence_utils

Redis

taskflow.utils.redis_utils

Schema

taskflow.utils.schema_utils

Threading

taskflow.utils.threading_utils