Skip to content

ostronom/commons

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages