C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tuv::thread_bundle Struct Reference

Public Attributes

int max_thread_count
 
std::atomic< int > current_thread_count
 
std::mutex mutex
 

Detailed Description

Definition at line 15 of file 016-parallel_permutation.cpp.

Member Data Documentation

◆ current_thread_count

std::atomic<int> tuv::thread_bundle::current_thread_count

Definition at line 23 of file 016-parallel_permutation.cpp.

◆ max_thread_count

int tuv::thread_bundle::max_thread_count

Definition at line 19 of file 016-parallel_permutation.cpp.

◆ mutex

std::mutex tuv::thread_bundle::mutex

Definition at line 26 of file 016-parallel_permutation.cpp.


The documentation for this struct was generated from the following file: