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