src/server/util/thrpool.h

changeset 556
b036ccad4b49
parent 67
50505dc3f8a6
equal deleted inserted replaced
555:66b0accda0a8 556:b036ccad4b49
59 pool_queue_t *next; 59 pool_queue_t *next;
60 }; 60 };
61 61
62 void threadpool_enqueue_job(threadpool_t *pool, threadpool_job *job); 62 void threadpool_enqueue_job(threadpool_t *pool, threadpool_job *job);
63 63
64 void threadpool_shutdown(threadpool_t *pool);
65
64 #ifdef __cplusplus 66 #ifdef __cplusplus
65 } 67 }
66 #endif 68 #endif
67 69
68 #endif /* THREADPOOL_H */ 70 #endif /* THREADPOOL_H */

mercurial