taskflow/doc/source/utils.rst
Joshua Harlow 4e514f41e5 Move over to using oslo.utils [reflection, uuidutils]
The reflection module is now part of oslo.utils so we should
remove our local version and use that version instead; this
also goes for the uuidutils module which is now part of
oslo.utils as well so we no longer need our local version
copied from the incubator...

Note that one reflection method `find_subclasses` which was to
specific to taskflow is now moved to the misc utility module
instead of its prior home in the reflection module.

Change-Id: I069881c80b0b2916cc0c414992b80171f7eeb79f
2014-12-18 13:55:41 -08:00

722 B

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

Kazoo

taskflow.utils.kazoo_utils

Locks

taskflow.utils.lock_utils

Miscellaneous

taskflow.utils.misc

Persistence

taskflow.utils.persistence_utils

Threading

taskflow.utils.threading_utils