Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 401 Bytes

Multithreaded-Job-System

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

Job System