An open API service indexing awesome lists of open source software.

https://github.com/fancellu/store-actor

A simple Scala AKKA Actor to store elements of type parameter
https://github.com/fancellu/store-actor

actor akka scala

Last synced: 13 days ago
JSON representation

A simple Scala AKKA Actor to store elements of type parameter

Awesome Lists containing this project

README

          

## A simple Scala AKKA Actor to store elements of type parameter

[![Build Status](https://travis-ci.org/fancellu/store-actor.svg?branch=master)](https://travis-ci.org/fancellu/store-actor)

Includes test suite

Run `sbt test` to run