/akka-net-triathlon-race

Primary LanguageC#Apache License 2.0Apache-2.0

Akka.NET Triathlon Race

The main goal of this repo is to present how the actor-model pattern helps on leveraging the multithreading programming with no need to manage directly the concurrency related to the state change or accessing shared resources.

The framework used to implement the actor-model pattern is Akka.NET.

Dependencies

Reference

I used as starting point for the software architecture and the code scaffolding Akka.NET Traffic Control Sample. On youtube you can find also the video presentation for that sample.

Run the sample

cd src/Host
dotnet run