Skip to content

RobertCrupa/threadsafe-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thread-Safe Queue

For a detailed explanation on how the queue works see my blog post.

Building

Preliminary

To start, the repository has to be cloned:

$ git clone https://github.com/RobertCrupa/threadsafe-queue.git
$ cd threadsafe-queue

Building and running the test cases

To create build folder and run tests:

$ cmake -S . -B build
$ cmake --build build
$ cd build && ./queue_test

About

Implementation of threadsafe data queue in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors