-
Notifications
You must be signed in to change notification settings - Fork 56
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
);
index
(uint32_t *
)
The thread index to clean up. Set to 0 before returning.