Searched defs:ExtWorkerTask (Results 1 – 1 of 1) sorted by relevance
68 typedef struct ExtWorkerTask { struct70 void (*execute)(struct ExtWorkerTask *task); argument73 void (*destroy)(struct ExtWorkerTask *task); argument74 } ExtWorkerTask; typedef