Merge "Warn about internal helper/utility usage"
This commit is contained in:
@@ -2,23 +2,14 @@
|
|||||||
Utils
|
Utils
|
||||||
-----
|
-----
|
||||||
|
|
||||||
There are various helper utils that are part of TaskFlows internal usage (and
|
.. warning::
|
||||||
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
|
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 are *recommended* for external usage:
|
The following classes and modules though may be used:
|
||||||
|
|
||||||
.. autoclass:: taskflow.utils.misc.Failure
|
.. autoclass:: taskflow.utils.misc.Failure
|
||||||
:members:
|
|
||||||
|
|
||||||
.. autoclass:: taskflow.utils.eventlet_utils.GreenExecutor
|
.. autoclass:: taskflow.utils.eventlet_utils.GreenExecutor
|
||||||
:members:
|
.. automodule:: taskflow.utils.persistence_utils
|
||||||
|
|
||||||
.. autofunction:: taskflow.utils.persistence_utils.temporary_log_book
|
|
||||||
|
|
||||||
.. autofunction:: taskflow.utils.persistence_utils.temporary_flow_detail
|
|
||||||
|
|
||||||
.. autofunction:: taskflow.utils.persistence_utils.pformat
|
|
||||||
|
|||||||
Reference in New Issue
Block a user