Files
deb-python-taskflow/doc/source/types.rst
Joshua Harlow 847d87db6a Add a fully functional orderedset
Change-Id: I3f71aa86931695bf319b0c042b0beb988a8db437
2015-03-03 17:06:35 -08:00

1.3 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

Futures

taskflow.types.futures

Graph

taskflow.types.graph

Notifier

taskflow.types.notifier

Periodic

taskflow.types.periodic

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.↩︎