cudd  3.0.0
The University of Colorado Decision Diagram Package
Public Member Functions
joinThreads Class Reference

Class to join threads in RAII fashion. More...

Public Member Functions

 joinThreads (std::vector< std::thread > &t)
 
 ~joinThreads ()
 
 joinThreads (joinThreads const &)=delete
 
joinThreadsoperator= (joinThreads const &)=delete
 

Detailed Description

Class to join threads in RAII fashion.

Constructor & Destructor Documentation

◆ ~joinThreads()

joinThreads::~joinThreads ( )
inline

It completes once all threads have been joined.


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