Files
deb-python-taskflow/doc/source/utils.rst
Joshua Harlow df5b1621a1 Fix case of taskflow in docs
Fix occurrences of the lowercase (or mixed case)
version of taskflow and rename those occurrences
to the cased version to be consistent with usage
elsewhere in the docs.

Change-Id: I31f552daa015724b443b099c2fcfe38d8e04605a
2014-05-24 17:25:57 -07:00

748 B

Utils

There are various helper utils that are part of TaskFlows internal usage (and external/public usage of these helpers should be kept to a minimum as these utility functions may be altered more often in the future).

External usage

The following classes and modules are recommended for external usage:

taskflow.utils.misc.Failure

taskflow.utils.eventlet_utils.GreenExecutor

taskflow.utils.persistence_utils.temporary_log_book

taskflow.utils.persistence_utils.temporary_flow_detail

taskflow.utils.persistence_utils.pformat

Internal usage

taskflow.utils.flow_utils