This deleter prevents our thread data from being destroyed if the thread object is destroyed before the thread had a chance to run. More...
This deleter prevents our thread data from being destroyed if the thread object is destroyed before the thread had a chance to run.
Definition at line 66 of file thread.hpp.
#include <thread.hpp>
Public Member Functions | |
| void | operator() (thread_data *ptr) | 
| Called by the deleter of a thread object to manage the lifetime of the thread internal management data.   | |
      
  | 
  inline | 
Called by the deleter of a thread object to manage the lifetime of the thread internal management data.
Definition at line 71 of file thread.hpp.