You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is multithreaded. It creates 3 producer threads that create randomly generated credit applications. It also creates 2 consumer threads that will process each application. These thread are all interleaving while the program is running.
About
This program is multithreaded. It creates 3 producer threads that create randomly generated credit applications. It also creates 2 consumer threads that will process each application. These thread are all interleaving while the program is running.