Skip to content

Commit 89c5297

Browse files
committed
fix(concurrency): 🐛 locks, ajustes no texto
1 parent a24be1c commit 89c5297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/06-concurrency/sections/02-locks.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ Thread-0: Conseguiu o Lock de leitura
160160
+
161161
Perceba que neste exemplo o _lock_ de escrita está sendo obtido *antes* do de leitura, de tal forma que apenas a primeira _thread_ que foi executada conseguiu obter os dois __locks__.
162162

163+
.Referências
163164
****
164165
165166
* Applying Locks
@@ -170,4 +171,4 @@ Boyarsky, Jeanne; Selikoff, Scott. OCP: Oracle Certified Professional Java SE 8
170171
171172
* https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/package-summary.html[Package java.util.concurrent.locks.] Java Plataform SE 8.
172173
173-
****
174+
****

0 commit comments

Comments
 (0)