AkkaExecutorService
AkkaExecutorService is a small library built on Akka Actor model. It simplifies the asynchronous task execution using Akka actors. It internally has pool of Akka actors and exposes an API for assigning tasks to Actor pool.
Please see the sample test cases.