Files
deb-python-taskflow/doc/source/utils.rst
Joshua Harlow 76d3d06f7e Warn about internal helper/utility usage
Adjust the utils doc and add in a warning that
lets users know that the internal functions and
modules that appear to be utility related should
not be used externally (and if they use these they
are using them at their own risk).

Change-Id: I5d813028c8c7f35359853cab45fcdc8454bbf6fd
2014-06-01 05:11:31 +00:00

441 B

Utils

Warning

External usage of internal helpers and other internal utility functions and modules should be kept to a minimum as these may be altered, refactored or moved without notice.

The following classes and modules though may be used:

taskflow.utils.misc.Failure

taskflow.utils.eventlet_utils.GreenExecutor

taskflow.utils.persistence_utils