|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
线程退出回调支持 更多...
#include "NeForce/core/config/c++config.hpp"类 | |
| struct | neforce::thread_exit_elt |
| 线程退出回调元素 更多... | |
类型定义 | |
| using | neforce::thread_exit_callback_t = void (*)(void*) |
| 线程退出回调类型 | |
函数 | |
| void | neforce::thread_exit_register (thread_exit_elt *elt, thread_exit_callback_t callback) noexcept |
| 注册线程退出回调 | |