Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

actorapp/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