interprocess

Thread/process communication library

Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization.

Boost.org interprocess module

GitHub

139 stars
18 watching
118 forks
Language: C++
last commit: 6 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
boostorg/fiber A framework for cooperative scheduling of micro-threads using stored execution states. 463
boostorg/python Enables seamless interoperability between C++ and the Python programming language. 472
boostorg/compute A C++ library providing a thin wrapper over the OpenCL API for GPU computing. 1,562
boostorg/program_options A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. 110
boostorg/pfr Provides reflection and serialization capabilities for user-defined types without boilerplate code 1,334
boostorg/mp11 A C++11 metaprogramming library enabling advanced template-based programming 243
boostorg/lockfree A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers. 125
boostorg/hana A standard library for metaprogramming in C++ 1,697
boostorg/log A C++ library for logging in applications and libraries 182
boostorg/gil A C++ library for working with images in a generic and efficient way 179
andreiavrammsd/cpp-channel A thread-safe container for sharing data between threads 407
boostorg/hof A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. 507
boostcon/cppnow_presentations_2015 A collection of presentations and talks on various topics related to C++ development, including language features, libraries, frameworks, testing, and best practices. 202
boostcon/cppnow_presentations_2014 A collection of C++ presentations and talks from 2014 on various topics including templates, metaprogramming, networking, concurrency, and more. 433
organic-code/breep A high-level C++ peer-to-peer networking library that simplifies network communication by abstracting away low-level details. 139