Files
deb-python-taskflow/doc/source/types.rst
Joshua Harlow 27272a2aa7 Integrate futurist (and **remove** taskflow originating code)
Change-Id: If89baa042695f19e42b6368034f3ccf22c2cf0aa
2015-07-09 15:01:35 -07:00

1.2 KiB

Types

Note

Even though these types are made for public consumption and usage should be encouraged/easily possible it should be noted that these may be moved out to new libraries at various points in the future (for example the FSM code may move to its own oslo supported automaton library at some point in the future1). If you are using these types without using the rest of this library it is strongly encouraged that you be a vocal proponent of getting these made into isolated libraries (as using these types in this manner is not the expected and/or desired usage).

Cache

taskflow.types.cache

Failure

taskflow.types.failure

FSM

taskflow.types.fsm

Graph

taskflow.types.graph

Notifier

taskflow.types.notifier

Sets

taskflow.types.sets

Table

taskflow.types.table

Timing

taskflow.types.timing

Tree

taskflow.types.tree


  1. See: https://review.openstack.org/#/c/141961 for a proposal to do this.↩︎