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
Multithread-Safe Job System: A powerful framework for concurrent job management and execution across multiple threads. Boost performance and scalability by safely parallelizing tasks on modern multi-core processors.
A general-purpose job system that is capable of compiling and executing c++ code, as well as providing a detailed report via a json file on any errors and warnings from the compiling and linking process
Project Details
Design a multithread safe job system.
Design
About
Multithread-Safe Job System: A powerful framework for concurrent job management and execution across multiple threads. Boost performance and scalability by safely parallelizing tasks on modern multi-core processors.