]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:10 +0000 (16:09 +0000)
commite76a58ed8e1038319e71558326b8045e74cca3d5
treebcada9fdda335d7ef9b87aac5ee0bd7a19300a5b
parent57222db7260a4bcac6fc3e8fb8e4bdf20f170907
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