Thread_delete - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Deletes the given thread and associated data freeing it from memory.
Parameters
| Parameter | Data Type | Description |
|---|---|---|
| thread | integer | index of the thread |
Return Values
void: This function does not return anything.
Example Call
// demonstrates freeing a thread from memory
thread_delete(asynchthread);
NOTOC