Skip to content

MTY_AnonFunc

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Function that takes a single opaque argument.

typedef void (*MTY_AnonFunc)(
    void * opaque
);

Parameters

opaque (void *)

Pointer set via various MTY_ThreadPool related functions.

See also

Module: Thread

Clone this wiki locally