|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
MSTL线程退出回调支持 更多...
#include "MSTL/core/config/c++config.hpp"类 | |
| struct | at_thread_exit_elt |
| 线程退出回调元素 更多... | |
函数 | |
| void MSTL_API | at_thread_exit_register (at_thread_exit_elt *elt, void(*callback)(void *)) noexcept |
| 注册线程退出回调 | |
| void MSTL_API | execute_thread_exit_callbacks () |
| 执行线程退出回调 | |