![]() |
|
PhoenixThread
1.0.0
Tools to ease parallel programming in C++
|
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. | |
Information related to the current detached thread.
Definition at line 24 of file DetachPool.h.
| std::string ThreadDetachInfo::description |
Description of the current thread.
Definition at line 26 of file DetachPool.h.
Referenced by DetachPool::addThread().
| int ThreadDetachInfo::exitStatus |
Exit status of the current thread.
Definition at line 28 of file DetachPool.h.
Referenced by DetachPool::addThread().