openstacksdk/releasenotes/notes/futurist-b54b0f449d410997.yaml
Monty Taylor b6a22e3749 Switch to futurist for concurrency
As we're being used inside of services more and those services
frequently use things like eventlet, allow people to pass in
an Executor object from futurist to override the default
ThreadPoolExecutor object.

Change-Id: I6c04defc28998d49199383a6cc6d5f5611a99e25
2020-03-05 09:06:49 -06:00

9 lines
303 B
YAML

---
features:
- |
Switched to the ``futurist`` library for managing background
concurrent tasks. Introduced a new ``pool_executor`` parameter
to `Connection` that allows passing any any futurist Executor
for cases where the default ``ThreadPoolExecutor`` would not
be appropriate.