====== C - C++ Threads - Important Considerations ====== [[C:C++ Threads:Important Considerations:Do not join a thread that has been previously detached|Do not join a thread that has been previously detached]] [[C:C++ Threads:Important Considerations:Ensure that threads are joined or detached before terminating an application|Ensure that threads are joined or detached before terminating an application]] [[C:C++ Threads:Important Considerations:Thread function arguments are always passed by value|Thread function arguments are always passed by value]]