C++ Library Extensions 2022.12.09
To help learn modern C++ programming
threads::register_thread Struct Reference

Public Member Functions

 register_thread (int worker_id)
 
 ~register_thread ()
 

Detailed Description

Definition at line 49 of file 023-wakeup.cpp.

Constructor & Destructor Documentation

◆ register_thread()

threads::register_thread::register_thread ( int  worker_id)
inline

Definition at line 54 of file 023-wakeup.cpp.

Here is the call graph for this function:

◆ ~register_thread()

threads::register_thread::~register_thread ( )
inline

Definition at line 60 of file 023-wakeup.cpp.

Here is the call graph for this function:

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