Skip to content

Commit

Permalink
embed svg in README - remove experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
mojgh committed Feb 20, 2016
1 parent 87c5e99 commit 7b62f28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ The KLM takes over the maintenance of the locks and keys completely. It can mana

### Behavior with concurrency

![](doc/lock-chart.png)
<img src="https://cdn.rawgit.com/mojgh/JKeyLockManager/master/doc/lock-chart.svg" width="50%">

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
10 changes: 0 additions & 10 deletions doc/release.md
Expand Up @@ -22,13 +22,3 @@ http://repo1.maven.org/maven2/de/jkeylockmanager/jkeylockmanager/
http://central.sonatype.org/pages/ossrh-guide.html
http://central.sonatype.org/pages/apache-maven.html


![](https://cdn.rawgit.com/mojgh/JKeyLockManager/master/doc/lock-chart.svg)

ddd

<img src="https://cdn.rawgit.com/mojgh/JKeyLockManager/master/doc/lock-chart.svg" width="50%">

yyyy

<img src="https://raw.githubusercontent.com/mojgh/JKeyLockManager/master/doc/lock-chart.svg" width="48">

0 comments on commit 7b62f28

Please sign in to comment.