Skip to content

Commit e3921c2

Browse files
ntrelPetarKirov
authored andcommitted
Improve shared/synchronized links
Add link to synchronized classes. Add link to shared qualifier (added this year). Fix broken anchor.
1 parent 6d2a455 commit e3921c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

multithreading/synchronization-sharing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ helper:
5555
- [Lock-Based Synchronization with `synchronized`](http://www.informit.com/articles/article.aspx?p=1609144&seqNum=13)
5656
- [Deadlocks and `synchronized`](http://www.informit.com/articles/article.aspx?p=1609144&seqNum=15)
5757
- [`synchronized` specification](https://dlang.org/spec/statement.html#SynchronizedStatement)
58-
- [Implicit conversions with `shared` data types](https://dlang.org/spec/const3.html#implicit_conversions)
58+
- [`synchronized` classes](https://dlang.org/spec/class.html#synchronized-classes)
59+
- [`shared` type qualifier](https://dlang.org/spec/const3.html#shared)
60+
- [Implicit conversions with `shared` data types](https://dlang.org/spec/const3.html#implicit_qualifier_conversions)
5961

6062
## {SourceCode}
6163

0 commit comments

Comments
 (0)