]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sorcery: Move from threadpool to taskpool.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 23 Sep 2025 22:54:35 +0000 (19:54 -0300)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 30 Sep 2025 13:50:37 +0000 (13:50 +0000)
commitece6ed9459311817910673c82857b79c3c45ea76
tree15542c22cc84fd7d4ba4685e6e46b7bfda9e39ff
parentff80666aac9ab73c48017ec07ed851ad78468f4f
sorcery: Move from threadpool to taskpool.

This change moves observer invocation from the use of
a threadpool to a taskpool. The taskpool options have also
been adjusted to ensure that at least one taskprocessor
remains available at all times.
main/sorcery.c