smoynes / dining-philosophers

an exercise in concurrency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dining Philosophers

An exercise in concurrency using Go.

chan.go: a solution using channels.

mutex.go: a solution using sync.Mutex

$ go build ./...
$ ./cmd/dining-philosophers/dining-philosophers

About

an exercise in concurrency


Languages

Language:Go 100.0%