Skip to content

4eshanb/Multithreaded-Banking

Repository files navigation

Multithreaded-Banking

One thread is used for depositing money. Another is used for withdrawing. We don't want to overdraw from the account, so the withdraw will check if there is enough money, or it will wait. Use Conditions and locks to ensure synchronization and avoid race conditions.

Limited function right now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages