Utilize POSIX Threads for Concurrency
by Başar Subaşı
Refactor a slow, single-threaded C file downloader that fetches files sequentially into a multi-threaded program using POSIX Threads (pthreads) to achieve concurrent downloads.
Submissions: 7/11