Skip to content

MTY_HttpAsyncClear

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Free all resources associated with a thread in the global HTTP thread pool.

This function also allows the thread index to be reused.

void MTY_HttpAsyncClear(
    uint32_t * index
);

Parameters

index (uint32_t *)

The thread index to clean up. Set to 0 before returning.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Net

Clone this wiki locally