Skip to content

MTY_ThreadDetach

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Asynchronously run a function and forgo the ability to query its result.

void MTY_ThreadDetach(
    MTY_ThreadFunc func,
    void *         opaque
);

Parameters

func (MTY_ThreadFunc)

Function that executes on its own thread.

opaque (void *)

Passed to func when it is called.

Platform support

Windows   macOS   Android   Linux  

See also

Module: Thread

Clone this wiki locally