27#ifndef UV_THREADPOOL_H_
28#define UV_THREADPOOL_H_
GHC_FS_API file_status status(const path &p, std::error_code &ec) noexcept
Definition: filesystem.hpp:4892
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