Clarify threadFree usage in documentation
This commit is contained in:
parent
cffb347407
commit
112163e580
@ -54,6 +54,7 @@ int threadGetExitCode(Thread thread);
|
|||||||
/**
|
/**
|
||||||
* @brief Frees a finished libctru thread.
|
* @brief Frees a finished libctru thread.
|
||||||
* @param thread libctru thread handle
|
* @param thread libctru thread handle
|
||||||
|
* @remarks This function should not be called if the thread is detached, as it is freed automatically when it finishes.
|
||||||
*/
|
*/
|
||||||
void threadFree(Thread thread);
|
void threadFree(Thread thread);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user