0 votes
in D Programming by
What Does Shared Have To Do With Synchronization?

1 Answer

0 votes
by

Only shared data can be synchronized. It makes no sense to synchronize thread local data.

Related questions

0 votes
asked Mar 5, 2021 in D Programming by SakshiSharma
+1 vote
asked Mar 5, 2021 in D Programming by SakshiSharma
...