Skip to content

Commit

Permalink
restore link for png version of lock-chart - svg does not work with g…
Browse files Browse the repository at this point in the history
…ithub
  • Loading branch information
mojgh committed Feb 19, 2016
1 parent 30bc550 commit 550652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The KLM takes over the maintenance of the locks and keys completely. It can mana

### Behavior with concurrency

![](https://raw.githubusercontent.com/mojgh/JKeyLockManager/master/doc/lock-chart.svg)
![](doc/lock-chart.png)

If a thread executes a callback with a key **A**, a second thread can execute a callback with a key **B concurrently**. Another thread, which is trying to execute a callback with a key **A**, has to wait until the first thread leaves the callback.

Expand Down

0 comments on commit 550652a

Please sign in to comment.