supsep / Posix-Thread-Handling

A program that handles Threads in a manner that they have to be organised, that finishes and has no starvation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InterStellar Thread Handling

By  : Sep Taheri

Input  :: Stream of threads incoming
Process:: Handles threads using Mutex && Semaphores
Output :: Confirm compeletion without starvation


About

A program that handles Threads in a manner that they have to be organised, that finishes and has no starvation.


Languages

Language:C 100.0%