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 |
---|---|---|
forhappy/cplusplus-concurrency-in-practice | A comprehensive guide to C++ concurrency programming covering its basics and advanced topics. | 5,329 |
scramjetorg/framework-cpp | A C++ framework for reactive stream programming with concurrent asynchronous operations | 3 |
amanieu/asyncplusplus | A lightweight concurrency framework for C++11 | 1,356 |
kokkos/kokkos | A C++ framework providing abstractions for parallel execution and data management in high-performance computing | 2,032 |
andreiavrammsd/cpp-channel | A thread-safe container for sharing data between threads | 421 |
shiyanhui/libcsp | A high performance concurrency library influenced by the CSP model | 1,312 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 731 |
cinemast/libjson-rpc-cpp | A C++ framework for JSON-RPC remote procedure calls | 956 |
puniverse/pulsar | Provides a concurrency framework with fibers, channels and actors for Clojure. | 911 |
rigtorp/mpmcqueue | A concurrent queue implementation with bounded capacity, designed for high-performance and low-latency applications. | 1,212 |
gpars/gpars | A framework for writing concurrent programs in Java or Groovy with an intuitive and safe API | 244 |
clin99/cpp-taskflow | A library providing a simple and expressive way to write parallel programs with complex task dependencies. | 8 |
bshoshany/thread-pool | A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |