Registry / async / cpp-channel

cpp-channel

JSON →
library1.3.1vcpkgunverified

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

vcpkg install cpp-channel
INSTALL
IMPORT
SIG · CPP-CHANNEL
C
cpp-channel
asynccppv1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

channel/channel.hpp
#include <channel/channel.hpp>

Basic usage of cpp-channel for thread-safe communication

#include "channel/channel.hpp" #include <iostream> int main() { channel<int> ch; ch << 42; int val; ch >> val; std::cout << val << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
Resources

No resource links recorded.

cpp-channel — pip install cpp-channel · libregistry