Skip to content
/ juggle Public

Juggle - Concurrent Task Processing with a Single Actor.

License

Notifications You must be signed in to change notification settings

kifi/juggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juggle

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.

#Installation

You can get Juggle from maven central. The artifact is juggle_2.11 and the group id is com.kifi.
The current version is 1.0.2. For example, if you are using sbt, just add this to your dependencies:

"com.kifi" % "juggle_2.11" % "1.0.2"

All classes are in in com.kifi.juggle.

About

Juggle - Concurrent Task Processing with a Single Actor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages