PhoenixThread  1.0.0
Tools to ease parallel programming in C++
Loading...
Searching...
No Matches
ThreadDetachInfo Struct Reference

Information related to the current detached thread. More...

#include <DetachPool.h>

Public Attributes

std::string description
 Description of the current thread.
 
int exitStatus
 Exit status of the current thread.
 

Detailed Description

Information related to the current detached thread.

Definition at line 24 of file DetachPool.h.

Member Data Documentation

◆ description

std::string ThreadDetachInfo::description

Description of the current thread.

Definition at line 26 of file DetachPool.h.

Referenced by DetachPool::addThread().

◆ exitStatus

int ThreadDetachInfo::exitStatus

Exit status of the current thread.

Definition at line 28 of file DetachPool.h.

Referenced by DetachPool::addThread().


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