Skip to content

This Go program simulates a bank with multiple tellers serving a queue of customers concurrently. It demonstrates the use of goroutines, channels, and sync.WaitGroup to model the process of customers being served by tellers.

Notifications You must be signed in to change notification settings

wiwinmafiroh/concurrent-bank-customer-service-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

This Go program simulates a bank with multiple tellers serving a queue of customers concurrently. It demonstrates the use of goroutines, channels, and sync.WaitGroup to model the process of customers being served by tellers.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages