Skip to content

Commit 5e0f399

Browse files
committed
doc update
1 parent 5e47501 commit 5e0f399

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# java11-concurrency-lock-execute-around-method-pattern
2-
_Reference_: https://www.amazon.com/gp/product/1937785467
2+
Example of Execute Around Method pattern.
3+
4+
# preface
5+
For details about `ReadWriteLock` please refer my other
6+
github project: https://github.com/mtumilowicz/java-concurrency-readwritelock
7+
8+
In this project we will show how to use Execute Around Method
9+
(EAM) pattern to wrap critical sections and minimise the pain
10+
of working with the `ReadWriteLock` interface.
11+
12+
# project description

0 commit comments

Comments
 (0)