c:c_threads
This is an old revision of the document!
Table of Contents
C - C++ Threads
C - C++ Threads - Important Considerations when using Threads
Ensure that threads are joined or detached before terminating an application
Use join() to wait for background threads before terminating an application
Do not join a thread that has been previously detached
Protect shared data or shared resources with a mutex
References
c/c_threads.1614936391.txt.gz · Last modified: 2021/03/05 09:26 by peter