20#include <citrusleaf/cf_queue.h>
47typedef struct as_thread_pool_s {
47typedef struct as_thread_pool_s {
…};
void(* as_task_fn)(void *user_data)
int as_thread_pool_queue_task(as_thread_pool *pool, as_task_fn task_fn, void *task)
int as_thread_pool_destroy(as_thread_pool *pool)
int as_thread_pool_init(as_thread_pool *pool, uint32_t thread_size)
cf_queue * dispatch_queue