c:c_threads
This is an old revision of the document!
C - C++ Threads
Important Considerations when using Threads
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.1614936104.txt.gz · Last modified: 2021/03/05 09:21 by peter