5b02024cca
A green thread is now used instead of spawn_n for running asynchronous operations during introspection, processing and aborting. The existing periodic tasks are now run using Futurist PeriodicWorker. Main shut down procedure was split into a separate function for convenience. Also updated the example.conf to the latest versions (some pending updates from 3rdparty libraries included). Change-Id: Id0efa31aee68a80ec55e4136c53189484b452559
6 lines
148 B
YAML
6 lines
148 B
YAML
---
|
|
upgrade:
|
|
- Minimum possible value for the "max_concurrency" setting is now 2.
|
|
other:
|
|
- Switched to Futurist library for asynchronous tasks.
|