Skip to content

Commit

Permalink
try svg-version of lock-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mojgh committed Feb 19, 2016
1 parent 1fb0f6e commit 8a061e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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

![](doc/lock-chart.png)
![](doc/lock-chart.svg)

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
1 change: 1 addition & 0 deletions doc/lock-chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a061e7

Please sign in to comment.