Skip to content

evolution-gaming/executor-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

executor-tools

Build Status Coverage Status Version License: MIT

This micro dependency-free library contains a couple of simple classes we've annoyed to create in every project. Akka has own, Play has own, other libraries has own of these...

CurrentThreadExecutionContext.scala

To execute Future.map, Future.flatMap on the same thread

ExecutionContextExecutorServiceFactory.scala

To get ExecutionContextExecutorService out of ExecutionContext

Setup

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "executor-tools" % "1.0.3"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages