Skip to content

Covag94/Thread-safe-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thread-Safe Queue

A simple thread-safe queue implementation using std::mutex and std::condition_variable to demonstrate the producer-consumer pattern in C++.

Features

  • Thread-safe queue for concurrent access by multiple producer and consumer threads.
  • Max size limit with blocking behavior for producers and consumers.
  • Unit tests using GoogleTest.

About

A simple thread-safe queue implementation using std::mutex and std::condition_variable to demonstrate the producer-consumer pattern in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors