Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepex committed Nov 5, 2017
1 parent a2af22c commit 890f781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simplest way to use JCExt in your project is thru https://jitpack.io
For gradle build:
```groovy
dependencies {
compile 'com.github.dlepex:jcext:v0.5'
compile 'com.github.dlepex:jcext:v0.6'
// compile 'org.jctools:jctools-core:2.1.1' // optional dependency,
// JCExt may use JCTools MpmcArrayQueue, if it detects its presence
Expand Down Expand Up @@ -47,7 +47,7 @@ TaskEnqueuer guarantees that:

##### github.jcext.Agent https://dlepex.github.io/jcext/github/jcext/Agent.html

- **Agent** implements the specific form of "lock pattern" for async computations which
- **Agent** implements the specific form of "locking pattern" for async computations which
need to share a mutable state.
- The implementation is inspired by Elixir Agent module. It is rather trivial wrapper around the TaskEnqueuer class
(which in turn is the wrapper around Enqueuer)
Expand Down

0 comments on commit 890f781

Please sign in to comment.