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++

Improve this page

Add a description, image, and links to the conditionvariables topic page so that developers can more easily learn about it.

Curate this topic

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