Project Details

Using pthreads in C++, I built a program that took advantage of multi-threading to run many tasks across different threads. It is an essential program used in operating systems to handle multiple processes at once. By building my own version, it helped me better understand the material we learned in class.