cpp-concurrency
Concurrency framework
A C++ concurrency implementation inspired by Golang's style
cpp implementation of golang style concurrency
15 stars
4 watching
0 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive guide to C++ concurrency programming covering its basics and advanced topics. | 5,329 |
| A C++ framework for reactive stream programming with concurrent asynchronous operations | 3 |
| A lightweight concurrency framework for C++11 | 1,356 |
| A C++ framework providing abstractions for parallel execution and data management in high-performance computing | 2,032 |
| A thread-safe container for sharing data between threads | 421 |
| A high performance concurrency library influenced by the CSP model | 1,312 |
| Compares performance of various data serialization libraries in C++ | 731 |
| A C++ framework for JSON-RPC remote procedure calls | 956 |
| Provides a concurrency framework with fibers, channels and actors for Clojure. | 911 |
| A concurrent queue implementation with bounded capacity, designed for high-performance and low-latency applications. | 1,212 |
| A framework for writing concurrent programs in Java or Groovy with an intuitive and safe API | 244 |
| A library providing a simple and expressive way to write parallel programs with complex task dependencies. | 8 |
| A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
| A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
| A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |