coding-notes
coding-notes copied to clipboard
Update 07 C++ - Threading and Concurrency.md
A minor :
All global and static variables that are ~~initialised at compile time~~ All global and static variables that are initialized at the beginning of execution
maybe, in this context, it seems comprehensive
All global and static variables that have their memory allocation determined at compile time can be accessed by threads. Since the threads should know the addresses for them.