Skip to content
#

conditionvariables

Here are 4 public repositories matching this topic...

Language: All
Filter by language

This project implements a multi-threaded token bucket filter using mutexes, condition variables, and FIFO queues to regulate packet transmission. It ensures efficient packet flow control, synchronization, and statistical tracking, supporting both deterministic and trace-driven execution modes.

  • Updated Feb 4, 2025

🚀 Concurrent Log Processing System in C++ — A multi-threaded project exploring producer–consumer architecture. Logs are generated, queued, consumed, and monitored with a strong focus on race-condition prevention, proper signaling, and clean thread lifecycle management. Built to understand how real systems work safely under concurrency 🎮🕹

  • Updated Dec 13, 2025
  • C++

Add this topic to your repo

To associate your repository with the conditionvariables topic, visit your repo's landing page and select "manage topics."

Learn more