![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
A task. More...
#include <threadpool.h>
Data Fields | |
threadpool_task_cb * | task |
threadpool_task_cleanup_cb * | cleanup |
void * | udata |
A task.
Definition at line 48 of file threadpool.h.
threadpool_task_cb* threadpool_task::task |
Definition at line 49 of file threadpool.h.
threadpool_task_cleanup_cb* threadpool_task::cleanup |
Definition at line 50 of file threadpool.h.
void* threadpool_task::udata |
Definition at line 51 of file threadpool.h.