b6a22e3749
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
9 lines
303 B
YAML
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.
|