Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepex committed Nov 6, 2017
1 parent d136886 commit d01bb7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#### Purpose

This small lib provides concurrent, asynchronous, statefull (actor-like) entities: Enqueuer, TaskEnqueuer and Agent.
This small lib provides concurrent, asynchronous/non-blocking, statefull (*actor-like*) entities.

Due to its simplicity and **tight integration with Java 8 CompletionStage and Queue API**, JCExt might be better choice
than some bloated actor frameworks which are trying to imitate all aspects of Erlang actors, introducing a lot of new API
and extra cognitive load.
than some bloated actor frameworks that try to imitate all aspects of Erlang actors, introducing a lot of new API
and thus a lot of extra cognitive load.

Simplest way to use JCExt in your project is thru https://jitpack.io
The simplest way to use JCExt in your project is thru https://jitpack.io

For gradle build:
```groovy
Expand Down

0 comments on commit d01bb7a

Please sign in to comment.