Skip to content

Commit b152885

Browse files
committed
updated concurrency further reading links
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 116b9a0 commit b152885

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

source/60-concurrency.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,10 @@ Modern Scala ecosystems have largely shifted toward purely functional, composabl
471471
Further reading:
472472

473473
- Läufer and Thiruvathukal, `CDER book chapter <https://arxiv.org/abs/1705.02899>`_
474-
- Goetz et al., `JCIP <http://jcip.net.s3-website-us-east-1.amazonaws.com>`_
475-
- Doug Lea, `CPJ <http://gee.cs.oswego.edu/dl/cpj>`_
476-
- Thiruvathukal and Christopher, `HPJPC <https://code.google.com/p/hpjpc/>`_
474+
- Goetz et al., `Java Concurrency in Practice (JCIP) <https://jcip.net/>`_
475+
- Doug Lea, `Concurrent Programming in Java (CPJ) <http://gee.cs.oswego.edu/dl/cpj>`_
476+
- Thiruvathukal and Christopher, `High-Performance Java Platform Computing (HPJPC) <https://github.com/loyolachicagocode/hpjpc-source-java>`_
477+
- George K. Thiruvathukal, `Distributed Systems Lecture Notes: Concurrency and Threads chapter <https://ds.cs.luc.edu/concurrency/concurrency.html>`_
477478
- `SE Radio episode 12: Concurrency pt. 1 <https://se-radio.net/2006/04/episode-12-concurrency-pt-1/>`_
478479
- `SE Radio episode 19: Concurrency pt. 2 <https://se-radio.net/2006/06/episode-19-concurrency-pt-2/>`_
479480
- `SE Radio episode 29: Concurrency pt. 3 <https://se-radio.net/2006/09/episode-29-concurrency-pt-3/>`_

0 commit comments

Comments
 (0)