
C++ Channel
Thread-safe container for sharing elements between threads.
0 followers
Thread-safe container for sharing elements between threads.
0 followers
A container for sharing elements between threads in a thread safe way. Use stream operators to push (>>) and fetch (<<) items. Range-based for loop supported.


