libsir 2.2.5
Standard Incident Reporter
Loading...
Searching...
No Matches
sir_threadpool_job Struct Reference

Job used by a job queue. More...

Data Fields

bool(* fn )(void *)
 Callback to be executed as part of the job.
 
void * data
 Data to pass to the callback.
 

Detailed Description

Job used by a job queue.

Field Documentation

◆ data

void* sir_threadpool_job::data

Data to pass to the callback.

◆ fn

bool(* sir_threadpool_job::fn) (void *)

Callback to be executed as part of the job.


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