Skip to content

Common code which Actor team uses in its projects

Notifications You must be signed in to change notification settings

zaminbalonet/commons

 
 

Repository files navigation

Actor Commons

This project contains code which Actor team uses in its projects.

If you with to add all common libraries, put the following to your build.sbt:

libraryDependencies += "im.actor" %% "actor-commons" % 0.0.6

Concurrent

Contains code which helps to deal with concurrency.

  • ActorFutures trait helps to handle Future result in Actor's receive loop.
  • FutureExt contains function for to processing sequence of futures in sequential order.
libraryDependencies += "im.actor" %% "actor-concurrent" % 0.0.6

About

Common code which Actor team uses in its projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.1%
  • Shell 0.9%