Rizin
unix-like reverse engineering framework and cli tools
uv_work_s Struct Reference

#include <uv.h>

Public Attributes

UV_REQ_FIELDS uv_loop_tloop
 
uv_work_cb work_cb
 
uv_after_work_cb after_work_cb
 

Detailed Description

Definition at line 1066 of file uv.h.

Member Data Documentation

◆ after_work_cb

uv_after_work_cb uv_work_s::after_work_cb

Definition at line 1070 of file uv.h.

◆ loop

UV_REQ_FIELDS uv_loop_t* uv_work_s::loop

Definition at line 1068 of file uv.h.

◆ work_cb

uv_work_cb uv_work_s::work_cb

Definition at line 1069 of file uv.h.


The documentation for this struct was generated from the following file: