//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
concurrent
locks
philosophers
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
84 SLOC
#
Functions
NewPhilosopher
NewPhilosopher constructs a philosopher.
NewTable
NewTable constructs a table with n seats.
#
Structs
Philosopher
Philosopher represents one philosopher.
Table
Table represents the table with dynamic seat count.