taskflow/doc/source/types.rst
Joshua Harlow 15d73cb6d6 Expose listener notification type + docs
Since this type is returned via the `listeners_iter`
method we should ensure that its docs are published
and that it's methods and attributes/properties are
exposed so that people can know what it is and what
can be used.

Change-Id: I15e72df2822455be24921a4413aed3fa4f715443
2015-04-11 10:16:13 -07: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.↩︎