Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
concurrency_utils_example.cc File Reference

Focused examples for bounded channels and synchronized wrappers. More...

#include <concurrency_utils.H>
#include <thread_pool.H>
#include <algorithm>
#include <iostream>
#include <vector>
Include dependency graph for concurrency_utils_example.cc:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Focused examples for bounded channels and synchronized wrappers.

Usage: ./concurrency_utils_example

Definition in file concurrency_utils_example.cc.

Function Documentation

◆ main()

int main ( )