# andreiavrammsd/cpp-channel

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/andreiavrammsd-cpp-channel).**

584 stars · 39 forks · C++ · MIT

## Links

- GitHub: https://github.com/andreiavrammsd/cpp-channel
- Homepage: https://blog.andreiavram.ro/cpp-channel-thread-safe-container-share-data-threads/
- awesome-repositories: https://awesome-repositories.com/repository/andreiavrammsd-cpp-channel.md

## Topics

`channel` `concurrent-queue` `cpp` `multithreading` `queue` `synchronized-queue` `thread-safe` `thread-safe-queue`

## Description

C++11 thread-safe container for sharing data between threads (synchronized queue)

## Tags

### Part of an Awesome List

- [Concurrency and Parallelism](https://awesome-repositories.com/f/awesome-lists/devtools/concurrency-and-parallelism.md) — Thread-safe container for sharing data between threads.
