Skip to content

constantin-ungureanu-github/dining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dining philosophers problem using Akka with FSM.

// Clean and compile

sbt clean compile

// Run

sbt run

// Build Eclipse project

sbt eclipse:clean eclipse

// Build executable package

sbt stage universal:packageBin

// Run executable package

./target/universal/stage/bin/dining

About

Dining philosophers problem in Akka with FSM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published