-
Notifications
You must be signed in to change notification settings - Fork 1
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…
sakky016/ConcurrentJobProcessingUI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published