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
117 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
boostorg/fiberA framework for cooperative scheduling of micro-threads using stored execution states.465
boostorg/pythonEnables seamless interoperability between C++ and the Python programming language.476
boostorg/computeA C++ library providing a thin wrapper over the OpenCL API for GPU computing.1,566
boostorg/program_optionsA library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner.110
boostorg/pfrProvides reflection and serialization capabilities for user-defined types without boilerplate code1,351
boostorg/mp11A C++11 metaprogramming library enabling advanced template-based programming245
boostorg/lockfreeA C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers.126
boostorg/hanaA standard library for metaprogramming in C++1,705
boostorg/logA C++ library for logging in applications and libraries183
boostorg/gilA C++ library for working with images in a generic and efficient way178
andreiavrammsd/cpp-channelA thread-safe container for sharing data between threads421
boostorg/hofA C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs.507
boostcon/cppnow_presentations_2015A 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_2014A collection of C++ presentations and talks from 2014 on various topics including templates, metaprogramming, networking, concurrency, and more.433
organic-code/breepA high-level C++ peer-to-peer networking library that simplifies network communication by abstracting away low-level details.141