Skip to content

Based on Qt and C++, this tool simulates how concurrent jobs can be processed by multiple worker threads. The main thread is used for UI update and fetching user input. Then there is a thread which runs continuously to monitor pending jobs in work queue and assign it to any idle worker thread. There are 4 worker threads which simulates a time co…

Notifications You must be signed in to change notification settings

sakky016/ConcurrentJobProcessingUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

Based on Qt and C++, this tool simulates how concurrent jobs can be processed by multiple worker threads. The main thread is used for UI update and fetching user input. Then there is a thread which runs continuously to monitor pending jobs in work queue and assign it to any idle worker thread. There are 4 worker threads which simulates a time co…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published