27#ifndef UV_THREADPOOL_H_
28#define UV_THREADPOOL_H_
Definition: threadpool.h:30
void * wq[2]
Definition: threadpool.h:34
struct uv_loop_s * loop
Definition: threadpool.h:33
void(* done)(struct uv__work *w, int status)
Definition: threadpool.h:32
void(* work)(struct uv__work *w)
Definition: threadpool.h:31