NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
thread_exit_register.hpp 文件参考

线程退出回调支持 更多...

thread_exit_register.hpp 的引用(Include)关系图:

浏览该文件的源代码.

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
 注册线程退出回调

详细描述

线程退出回调支持

此文件提供了线程退出时的回调注册和执行机制, 允许在线程退出时执行操作。

在文件 thread_exit_register.hpp 中定义.