-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_AnonFunc
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Function that takes a single opaque argument.
typedef void (*MTY_AnonFunc)(
void * opaque
);
opaque
(void *
)
Pointer set via various MTY_ThreadPool
related functions.