On 3/18/24 14:31, Wei Gong wrote:
> when the thread pool is dynamically expanded, threads should
> not be created from the existing workers; they should be created
> from the newly expanded workers
>
> Signed-off-by: Wei Gong
> ---
> src/util/virthreadpool.c | 13 ++---
> 1 file changed,
when the thread pool is dynamically expanded, threads should
not be created from the existing workers; they should be created
from the newly expanded workers
Signed-off-by: Wei Gong
---
src/util/virthreadpool.c | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/src