#My-Multithreading-Bible Multi-threading Concepts
Designing and Implementing a Multi-threading library built over POSIX threads. The library provides enriched set of Thread Synchronization Data Structures - WaitQueues, Thread Pausing, Thread Barriers, Monitors, Assembly Line, Event Loops, Single threaded Concurrency, Timers, Custom Red-Write locks, Custom Recursive Locks, Custom Semaphores and Thread Pools.