ostronom / commons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialog Commons

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

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

libraryDependencies += "im.dlg" %% "dlg-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.dlg" %% "dlg-concurrent" % 0.0.6

About


Languages

Language:Scala 100.0%