-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_HttpAsyncCreate
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Create a global asynchronous HTTP thread pool.
void MTY_HttpAsyncCreate(
uint32_t maxThreads
);
maxThreads
(uint32_t
)
Maximum number of threads that can be simultaneously making requests.