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
- Host: GitHub
- URL: https://github.com/fancellu/store-actor
- Owner: fancellu
- Created: 2019-07-18T12:44:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T10:36:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-25T10:32:42.845Z (over 1 year ago)
- Topics: actor, akka, scala
- Language: Scala
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A simple Scala AKKA Actor to store elements of type parameter
[](https://travis-ci.org/fancellu/store-actor)
Includes test suite
Run `sbt test` to run