Login
Remember
Register
Ask a Question
What Does Shared Have To Do With Synchronization?
0
votes
asked
Mar 5, 2021
in
D Programming
by
SakshiSharma
What Does Shared Have To Do With Synchronization?
#synchronization
d-programming
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 5, 2021
by
SakshiSharma
Only shared data can be synchronized. It makes no sense to synchronize thread local data.
...