🥳 - "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 11
withScala 2.13.8
. - Import
sbt
project withIDEA
and build. - Run the
main
method in each Scala object file.