src/server/util/thrpool.h

changeset 556
b036ccad4b49
parent 67
50505dc3f8a6
--- a/src/server/util/thrpool.h	Sat Aug 24 18:34:13 2024 +0200
+++ b/src/server/util/thrpool.h	Sat Aug 24 22:37:12 2024 +0200
@@ -61,6 +61,8 @@
 
 void threadpool_enqueue_job(threadpool_t *pool, threadpool_job *job);
 
+void threadpool_shutdown(threadpool_t *pool);
+
 #ifdef	__cplusplus
 }
 #endif

mercurial