|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
线程退出监听器 更多...
#include <thread_exit_notifier.hpp>
Public 属性 | |
| thread_exit_callback_t | callback |
| 线程退出时的回调函数 | |
| void * | user_data |
| 回调函数的用户数据 | |
| thread_exit_listener * | next |
| 监听器链表下一节点 | |
| void * | chain |
| 所属 thread_exit_notifier 指针 | |