Documentation on concurrency for contributors

Documentation with details on general concurrency as well as OpenStack
specific libraries.

Describes how different libraries are effectively used across different
Watcher services. This includes describing how futurist is used in the
Decision Engine and how taskflow is used in the Applier.

Finally, this documentation describes how contributors can use the
new DecisionEngineThreadpool effectively and includes examples.

https://docs.openstack.org/futurist/latest/
https://docs.openstack.org/taskflow/latest/

Change-Id: Ic1cd1f3733a0e9a239c9b8d49951e1e4ece49f3a
Partially Implements: blueprint general-purpose-decision-engine-threadpool
This commit is contained in:
Dantali0n
2019-11-08 12:32:57 +01:00
parent c644e23ca0
commit b5f8e9a910
2 changed files with 249 additions and 1 deletions

View File

@@ -45,7 +45,6 @@ Introduction
architecture
contributor/contributing
Getting Started
---------------
@@ -68,6 +67,7 @@ Admin Guide
:maxdepth: 2
admin/index
contributor/concurrency
User Guide
==========