felipegutierrez / explore-akka

This project is a demo of an Akka-http and Akka-cluster running on top of Kubernetes (minikube) and with its own Docker image created by sbt-native-packager. It also includes several other examples of the Akka Classic and Typed (essential, persistence, remote, cluster, stream, HTTP, serialization (Srapy-JSON, Avro, Kryo, protobuffer)).
Apache License 2.0
2 stars 2 forks source link

Enqueue and dequeue operations of a hashmap asynchronously #2

Closed felipegutierrez closed 3 years ago

felipegutierrez commented 3 years ago

Create a hashmap with future objects and perflrm operations like get and put concurrently. Use these links as references:

felipegutierrez commented 3 years ago

implemented at FactorialCalculatorFutureDemo.java