Skip to content

MTY_HttpAsyncCreate

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Create a global asynchronous HTTP thread pool.

void MTY_HttpAsyncCreate(
    uint32_t maxThreads
);

Parameters

maxThreads (uint32_t)

Maximum number of threads that can be simultaneously making requests.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Net

Clone this wiki locally