🥳 - "Typed" Actors and Concurrency
Akka-Essentials
├─project
├─src
│ ├─main
│ │ ├─resources
│ │ │ ├─json
│ │ │ ├─properties
│ │ │ ├─secretDir
│ │ │ └─application.conf
│ │ └─scala
│ │ ├─exercises
│ │ ├─part1recap
│ │ ├─part2actors
│ │ ├─part4infra
│ │ ├─part5patterns
│ │ ├─playground
│ │ └─utils
│ └─test
│ └─scala
│ ├─part3testing
│ └─part4infra
├─.gitignore
├─build.sbt
└─README.md- Install
JDK 1.8.0/OpenJDK 11withScala 2.13.8. - Import
sbtproject withIDEAand build. - Run the
mainmethod in each Scala object file.