From 283edeb910f25040d593e72423a37e771fe5e68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Grimaldi?= Date: Wed, 29 Jun 2016 16:05:57 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 52a66a3..50b1a3e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Juggle - Concurrent Task Processing with a Single Actor. +Juggle actors provide easy to implement, lightweight solutions to a wide range of concurrent task processing use cases. + +For more, check out [Juggle on Kifi's Engineering blog](https://medium.com/kifi-engineering/juggle-concurrent-task-processing-with-a-single-actor-ed9f33c713cf). + #Installation You can get Juggle from maven central. The artifact is `juggle_2.11` and the group id is `com.kifi`.