C++ Library Extensions 2022.12.09
To help learn modern C++ programming
047-threading_building_blocks.cpp File Reference
#include <tpf_output.hpp>
#include <tbb/tbb.h>
#include <thread>
#include <mutex>
Include dependency graph for 047-threading_building_blocks.cpp:

Go to the source code of this file.

Functions

void test_threading_building_blocks ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Function Documentation

◆ main()

int main ( )

Definition at line 27 of file 047-threading_building_blocks.cpp.

Here is the call graph for this function:

◆ test_threading_building_blocks()

void test_threading_building_blocks ( )

Definition at line 9 of file 047-threading_building_blocks.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 7 of file 047-threading_building_blocks.cpp.

◆ stream

tpf::sstream stream

Definition at line 6 of file 047-threading_building_blocks.cpp.