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

actorapp/commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db6603a · Sep 13, 2016

History

74 Commits
Sep 12, 2016
May 2, 2016
Jul 21, 2016
Jul 3, 2016
Jan 23, 2016
Sep 12, 2016
Nov 11, 2015
Oct 7, 2015
May 2, 2016
Sep 13, 2016

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